mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
black format - exclude 'mvd' and reformat pyproject.toml for readibility
This commit is contained in:
+29
-2
@@ -1,7 +1,34 @@
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
include = 'src/(bcf|bcfserver|blenderbim|bsdd|foundationserver|ifc2ca|ifc4d|ifc5d|ifcbimtester|ifcblender|ifccityjson|ifcclash|ifccsv|ifcdiff|ifcfm|ifcpatch|ifctester|ifcopenshell-python|ifcsverchok|opencdeserver)/.*.py$'
|
include = '''
|
||||||
extend-exclude = '(src/ifcopenshell-python/ifcopenshell/express/*|src/ifc2ca/templates/*)'
|
src/(
|
||||||
|
bcf
|
||||||
|
|bcfserver
|
||||||
|
|blenderbim
|
||||||
|
|bsdd
|
||||||
|
|foundationserver
|
||||||
|
|ifc2ca
|
||||||
|
|ifc4d
|
||||||
|
|ifc5d
|
||||||
|
|ifcbimtester
|
||||||
|
|ifcblender
|
||||||
|
|ifccityjson
|
||||||
|
|ifcclash
|
||||||
|
|ifccsv
|
||||||
|
|ifcdiff
|
||||||
|
|ifcfm
|
||||||
|
|ifcpatch
|
||||||
|
|ifctester
|
||||||
|
|ifcopenshell-python
|
||||||
|
|ifcsverchok
|
||||||
|
|opencdeserver
|
||||||
|
)/.*.py$
|
||||||
|
'''
|
||||||
|
extend-exclude = '''
|
||||||
|
src/ifcopenshell-python/ifcopenshell/express/*
|
||||||
|
|src/ifcopenshell-python/ifcopenshell/mvd/*
|
||||||
|
|src/ifc2ca/templates/*
|
||||||
|
'''
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
reportInvalidTypeForm = false
|
reportInvalidTypeForm = false
|
||||||
|
|||||||
Reference in New Issue
Block a user