Crank the type checking ratchet

This commit is contained in:
Jean-Paul Calderone 2023-03-28 08:53:37 -04:00
parent 6d4278b465
commit 2e6a40294b

View File

@ -9,7 +9,7 @@ no_implicit_optional = True
warn_redundant_casts = True
strict_equality = True
[mypy-allmydata.test.cli.wormholetesting]
[mypy-allmydata.test.cli.wormholetesting,allmydata.test.test_connection_status]
disallow_any_generics = True
disallow_subclassing_any = True
disallow_untyped_calls = True