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
1 changed files with 2 additions and 0 deletions

View File

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