Use Zuban and therefore check untyped code

This commit is contained in:
Dave Halter
2026-02-04 02:55:06 +01:00
parent aecfc0e0c4
commit 6fbeec9e2f
8 changed files with 38 additions and 45 deletions

View File

@@ -10,20 +10,3 @@ ignore =
E226,
# line break before binary operator
W503,
[mypy]
show_error_codes = true
enable_error_code = ignore-without-code
disallow_subclassing_any = True
# Avoid creating future gotchas emerging from bad typing
warn_redundant_casts = True
warn_unused_ignores = True
warn_return_any = True
warn_unused_configs = True
warn_unreachable = True
strict_equality = True
no_implicit_optional = False