Skip to content

Commit

Permalink
Bump mypy.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Mar 18, 2024
1 parent c10bc0a commit 7ee061b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage == 7.4.*
mypy == 1.8.*
mypy == 1.9.*
pre-commit == 3.5.*
tox == 4.13.*
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ deps =

commands =
pre-commit run -a
mypy --install-types --non-interactive
mypy --install-types --non-interactive --strict
coverage run --append --source=codicefiscale -m unittest
coverage report --show-missing --ignore-errors

0 comments on commit 7ee061b

Please sign in to comment.