summaryrefslogtreecommitdiff
path: root/issues.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-02-24 08:24:51 +0100
committerMartin Fischer <martin@push-f.com>2022-02-24 08:24:51 +0100
commitedbfd5cd4f2a6d38a1da630c009cc40472fdd423 (patch)
tree024d768701c32cb4dd07360341896bc5baea3d58 /issues.toml
parentc0db4ed95908c0774815da22d4e810c2a5a7a266 (diff)
checkers: add mypy with --strict
Diffstat (limited to 'issues.toml')
-rw-r--r--issues.toml2
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>'