Remove flags that are unused

This commit is contained in:
dlee 2023-03-13 12:27:53 -05:00
parent 61c835c8a0
commit b58dd2bb3b

View File

@ -10,7 +10,6 @@ warn_redundant_casts = True
strict_equality = True
[mypy-allmydata.test.cli.wormholetesting]
warn_unused_configs = True
disallow_any_generics = True
disallow_subclassing_any = True
disallow_untyped_calls = True
@ -18,7 +17,6 @@ disallow_untyped_defs = True
disallow_incomplete_defs = True
check_untyped_defs = True
disallow_untyped_decorators = True
warn_redundant_casts = True
warn_unused_ignores = True
warn_return_any = True
no_implicit_reexport = True