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
This commit is contained in:
Andrej730
2024-07-01 13:33:47 +05:00
parent 375deaad1e
commit ae2a299616
4 changed files with 115 additions and 49 deletions
+1
View File
@@ -3,3 +3,4 @@ line-length = 120
[tool.pyright]
reportInvalidTypeForm = false
disableBytesTypePromotions = true