mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
pyproject black - select all src folders by default, exclude explicitly
This commit is contained in:
+4
-24
@@ -1,35 +1,15 @@
|
|||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 120
|
line-length = 120
|
||||||
include = '''
|
include = "src/.*.pyi?$"
|
||||||
src/(
|
|
||||||
bcf
|
|
||||||
|bcfserver
|
|
||||||
|bonsai
|
|
||||||
|bsdd
|
|
||||||
|foundationserver
|
|
||||||
|ifc2ca
|
|
||||||
|ifc4d
|
|
||||||
|ifc5d
|
|
||||||
|ifcbimtester
|
|
||||||
|ifcblender
|
|
||||||
|ifccityjson
|
|
||||||
|ifcclash
|
|
||||||
|ifccsv
|
|
||||||
|ifcdiff
|
|
||||||
|ifcfm
|
|
||||||
|ifcpatch
|
|
||||||
|ifctester
|
|
||||||
|ifcopenshell-python
|
|
||||||
|ifcsverchok
|
|
||||||
|opencdeserver
|
|
||||||
)/.*.pyi?$
|
|
||||||
'''
|
|
||||||
extend-exclude = '''
|
extend-exclude = '''
|
||||||
src/ifcopenshell-python/ifcopenshell/express/*
|
src/ifcopenshell-python/ifcopenshell/express/*
|
||||||
|src/ifcopenshell-python/ifcopenshell/mvd/*
|
|src/ifcopenshell-python/ifcopenshell/mvd/*
|
||||||
|src/ifcopenshell-python/ifcopenshell/simple_spf/*
|
|src/ifcopenshell-python/ifcopenshell/simple_spf/*
|
||||||
|src/ifc2ca/templates/*
|
|src/ifc2ca/templates/*
|
||||||
|src/ifcconvert/cityjson/*
|
|src/ifcconvert/cityjson/*
|
||||||
|
|src/svgfill
|
||||||
|
|src/exterior-shell-extractor
|
||||||
|
|src/pyodide
|
||||||
'''
|
'''
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
|
|||||||
Reference in New Issue
Block a user