Skip to content

Commit df65456

Browse files
committed
Remove unnecessary mypy config
Only one value is still relevant, and it is already specified in pyproject.toml.
1 parent e98a4c8 commit df65456

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tox.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,3 @@ deps = vermin
3535
commands =
3636
vermin -t=3.9- --eval-annotations --backport enum --backport importlib --backport typing --no-parse-comments --violations .
3737
skip_install = true
38-
39-
[mypy]
40-
# Silence warnings given by using untyped libraries:
41-
ignore_missing_imports = True
42-
# See https://github.com/python/mypy/issues/7511:
43-
warn_no_return = False

0 commit comments

Comments
 (0)