diff options
author | Martin Fischer <martin@push-f.com> | 2022-02-24 08:24:51 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2022-02-24 08:24:51 +0100 |
commit | edbfd5cd4f2a6d38a1da630c009cc40472fdd423 (patch) | |
tree | 024d768701c32cb4dd07360341896bc5baea3d58 /issues.toml | |
parent | c0db4ed95908c0774815da22d4e810c2a5a7a266 (diff) |
checkers: add mypy with --strict
Diffstat (limited to 'issues.toml')
-rw-r--r-- | issues.toml | 2 |
1 files changed, 0 insertions, 2 deletions
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 = '<a href="https://github.com/python/mypy/issues/731">issue 731</a>' typevar_constrained = '<a href="https://github.com/python/mypy/issues/11880">issue 11880</a>' |