Remove python versions mismatch

Signed-off-by: Tomas Hrcka <thrcka@redhat.com>
This commit is contained in:
Tomas Hrcka 2021-10-13 12:54:20 +02:00 committed by pingou
parent a2b275d962
commit 0830714e5c
2 changed files with 0 additions and 2 deletions

View file

@ -1,7 +1,6 @@
# Global options:
[mypy]
python_version = 3.8
warn_return_any = True
warn_unused_configs = True
ignore_missing_imports = True

View file

@ -22,7 +22,6 @@ commands =
black --check --diff .
[testenv:mypy]
basepython = python3.9
deps =
{[testenv]deps}
mypy