Files
IfcOpenShell/pyproject.toml
T
Andrej730 ae2a299616 move IfcHeaderExtractor to util.file
edited pyproject.toml as `disableBytesTypePromotions` is disabled by default in non-strict mode and type checker intrerprets `bytes` as `bytes | memoryview | bytearray` which is deprecated in https://peps.python.org/pep-0688/#no-special-meaning-for-bytes
2024-07-01 18:26:03 +05:00

7 lines
111 B
TOML

[tool.black]
line-length = 120
[tool.pyright]
reportInvalidTypeForm = false
disableBytesTypePromotions = true