mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
ae2a299616
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
7 lines
111 B
TOML
7 lines
111 B
TOML
[tool.black]
|
|
line-length = 120
|
|
|
|
[tool.pyright]
|
|
reportInvalidTypeForm = false
|
|
disableBytesTypePromotions = true
|