From edbfd5cd4f2a6d38a1da630c009cc40472fdd423 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Thu, 24 Feb 2022 08:24:51 +0100 Subject: checkers: add mypy with --strict --- issues.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'issues.toml') diff --git a/issues.toml b/issues.toml index 55104e2..faafb9e 100644 --- a/issues.toml +++ b/issues.toml @@ -1,6 +1,4 @@ [mypy] -assign_wrong_type_in_func = "mypy does not check unannotated functions" -infer_return_type = "mypy treats unannotated functions as returning Any" recursive_types = 'issue 731' typevar_constrained = 'issue 11880' -- cgit v1.2.3