Configure mypy to old behavior

based on https://mypy-lang.blogspot.com/2022/11/mypy-0990-released.html release
This commit is contained in:
Matthias 2022-11-14 20:52:40 +01:00
parent 4cece8720a
commit f27be7ada8

View File

@ -30,6 +30,8 @@ asyncio_mode = "auto"
[tool.mypy] [tool.mypy]
ignore_missing_imports = true ignore_missing_imports = true
namespace_packages = false
implicit_optional = true
warn_unused_ignores = true warn_unused_ignores = true
exclude = [ exclude = [
'^build_helpers\.py$' '^build_helpers\.py$'