Skip to content

Commit

Permalink
Let Mypy check all files
Browse files Browse the repository at this point in the history
From previous commit, the test suite also type-checks.
  • Loading branch information
dlax committed Oct 3, 2023
1 parent c8784d5 commit ba477ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[mypy]
files = .
show_error_codes = true
strict = true
exclude = build/
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deps =
mypy == 0.961
commands =
# we need to install types-requests
mypy --install-types --non-interactive {toxinidir}/check_patroni
mypy --install-types --non-interactive

[testenv:build]
deps =
Expand Down

0 comments on commit ba477ae

Please sign in to comment.