Script to check whitespace issues in the codebase

This commit is contained in:
Andrej730
2026-08-17 18:57:35 +05:00
parent 1a6336bd20
commit 6318892a97
2 changed files with 380 additions and 0 deletions
+3
View File
@@ -10,6 +10,7 @@ include = '''
src/.*.pyi?$
|nix/.*.pyi?$
|pyodide/.*.pyi?$
|.github/.*.pyi?$
'''
extend-exclude = '''
src/ifcopenshell-python/ifcopenshell/express/rules/*
@@ -181,6 +182,8 @@ dev-setup.help = "Install repo packages in editable mode"
ruff = "ruff check"
check-whitespace = "uv run .github/scripts/check-whitespace.py"
black = "black ."
ty.sequence = ["ty-bonsai", "ty-ios"]