Cleanup: use type hints for trailing_space_clean.py utility

This commit is contained in:
Campbell Barton
2025-04-05 20:06:34 +11:00
parent 69e0de3baa
commit 8e5c0aedec
3 changed files with 29 additions and 12 deletions

View File

@@ -85,8 +85,6 @@ PATHS_EXCLUDE = set(
"tools/utils_ide/qtcreator/externaltools/qtc_sort_paths.py",
"tools/utils_maintenance/blender_menu_search_coverage.py", # Uses `bpy`.
"tools/utils_maintenance/blender_update_themes.py", # Uses `bpy`.
"tools/utils_maintenance/trailing_space_clean.py",
"tools/utils_maintenance/trailing_space_clean_config.py",
)
)