Skip to content

Commit

Permalink
Move mypy version to requirements file and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 5, 2024
1 parent 373a636 commit 3fb26fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements-mypy.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mypy==1.13.0
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ commands =
pre-commit run --all-files --show-diff-on-failure

[testenv:mypy]
skip_install = true
deps =
mypy==1.12
-r requirements-mypy.txt
commands =
mypy . {posargs}

0 comments on commit 3fb26fe

Please sign in to comment.