Skip to content

Commit 3fb26fe

Browse files
committed
Move mypy version to requirements file and bump
1 parent 373a636 commit 3fb26fe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements-mypy.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mypy==1.13.0

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ commands =
3939
pre-commit run --all-files --show-diff-on-failure
4040

4141
[testenv:mypy]
42+
skip_install = true
4243
deps =
43-
mypy==1.12
44+
-r requirements-mypy.txt
4445
commands =
4546
mypy . {posargs}

0 commit comments

Comments
 (0)