Remove optional_untyped from config

This commit is contained in:
Matthias 2023-01-21 16:02:12 +01:00
parent 2bf4cf7d5a
commit 795934116d
1 changed files with 0 additions and 1 deletions

View File

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