Update mypy to 0.990 (#81783)

* Update mypy to 0.990

* Remove type ignore - overriding attr with property (13475)

* Remove type ignores - hasattr (13544)

* Adjust type ignore - assignment (13549)

* New error code - type-abstract (13785)

* Disable annotation-unchecked (13851)
This commit is contained in:
Marc Mueller
2022-11-08 14:41:39 +01:00
committed by GitHub
parent 2082026ff5
commit 0c8eeaa643
15 changed files with 26 additions and 34 deletions

View File

@@ -14,6 +14,7 @@ warn_redundant_casts = true
warn_unused_configs = true
warn_unused_ignores = true
enable_error_code = ignore-without-code
disable_error_code = annotation-unchecked
strict_concatenate = false
check_untyped_defs = true
disallow_incomplete_defs = true