From b58dd2bb3bed375258f611eb0af39f6c08f64684 Mon Sep 17 00:00:00 2001 From: dlee Date: Mon, 13 Mar 2023 12:27:53 -0500 Subject: [PATCH] Remove flags that are unused --- mypy.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/mypy.ini b/mypy.ini index c391c5594..7acc0ddc5 100644 --- a/mypy.ini +++ b/mypy.ini @@ -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