Cleanup: wrap long lines in Python scripts

This commit is contained in:
Campbell Barton
2024-08-19 10:48:07 +10:00
parent fe6ab4f344
commit 8a7ff41a85
10 changed files with 81 additions and 35 deletions

View File

@@ -30,7 +30,9 @@ from typing import (
CURRENT_DIR = os.path.abspath(os.path.dirname(__file__))
SOURCE_DIR = os.path.normpath(os.path.join(CURRENT_DIR, "..", ".."))
MARKDOWN_URL = "https://projects.blender.org/blender/blender-developer-docs/raw/branch/main/docs/features/code_layout.md"
MARKDOWN_URL = (
"https://projects.blender.org/blender/blender-developer-docs/raw/branch/main/docs/features/code_layout.md"
)
# -----------------------------------------------------------------------------