Files
IfcOpenShell/pyproject.toml
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
177 B
TOML
Raw Normal View History

2020-11-04 08:49:04 +01:00
[tool.black]
line-length = 120
2024-07-26 12:00:28 +10:00
extend-exclude = 'src/ifcopenshell-python/ifcopenshell/express/*'
[tool.pyright]
reportInvalidTypeForm = false
2024-07-01 13:33:47 +05:00
disableBytesTypePromotions = true