Let Mypy check all files

From previous commit, the test suite also type-checks.
This commit is contained in:
Denis Laxalde 2023-10-03 15:56:07 +02:00
parent 903b83e211
commit 593278206a
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
[mypy] [mypy]
files = .
show_error_codes = true show_error_codes = true
strict = true strict = true
exclude = build/ exclude = build/

View file

@ -26,7 +26,7 @@ deps =
mypy == 0.961 mypy == 0.961
commands = commands =
# we need to install types-requests # we need to install types-requests
mypy --install-types --non-interactive {toxinidir}/check_patroni mypy --install-types --non-interactive
[testenv:build] [testenv:build]
deps = deps =