mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
41 lines
915 B
TOML
41 lines
915 B
TOML
[tool.black]
|
|
line-length = 120
|
|
include = '''
|
|
src/(
|
|
bcf
|
|
|bcfserver
|
|
|bonsai
|
|
|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/ifcopenshell-python/ifcopenshell/simple_spf/*
|
|
|src/ifc2ca/templates/*
|
|
|src/ifcconvert/cityjson/*
|
|
'''
|
|
|
|
[tool.pyright]
|
|
reportInvalidTypeForm = false
|
|
disableBytesTypePromotions = true
|
|
reportUnnecessaryTypeIgnoreComment = true
|
|
# Just to add a quick insert of `# pyright: ignore[xxx]` comments in Pylance.
|
|
enableTypeIgnoreComments = false
|