Include build-all.py to black formatter

This commit is contained in:
Andrej730
2025-07-25 17:19:16 +05:00
parent 99cdc4da35
commit 9004c5d153
2 changed files with 307 additions and 214 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
[tool.black]
line-length = 120
include = "src/.*.pyi?$"
include = '''
src/.*.pyi?$
|nix/.*.pyi?$
'''
extend-exclude = '''
src/ifcopenshell-python/ifcopenshell/express/*
|src/ifcopenshell-python/ifcopenshell/mvd/*