2020-11-04 08:49:04 +01:00
|
|
|
[tool.black]
|
2024-06-24 17:36:41 +05:00
|
|
|
line-length = 120
|
2024-07-30 11:22:41 +05:00
|
|
|
include = '''
|
|
|
|
|
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/*
|
|
|
|
|
'''
|
2024-06-24 17:36:41 +05:00
|
|
|
|
|
|
|
|
[tool.pyright]
|
|
|
|
|
reportInvalidTypeForm = false
|
2024-07-01 13:33:47 +05:00
|
|
|
disableBytesTypePromotions = true
|