From ab933f08320112e321553672efd15da8ac60ac16 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Wed, 23 Jun 2021 09:52:28 +0200 Subject: [PATCH] update mypy --strict list --- mypy.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index 96284964..6a442f87 100644 --- a/mypy.ini +++ b/mypy.ini @@ -4,7 +4,7 @@ show_column_numbers = true show_error_codes = true pretty = true -# --strict options as of mypy 0.901 +# --strict options as of mypy 0.910 warn_unused_configs = True disallow_any_generics = True disallow_subclassing_any = True