We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e303e64 commit 4e9d9ffCopy full SHA for 4e9d9ff
mypy-requirements.txt
@@ -0,0 +1,3 @@
1
+mypy==1.10
2
+pytest
3
+pytest-mock
tox.ini
@@ -31,8 +31,6 @@ commands =
31
[testenv:mypy]
32
skip_install = true
33
deps =
34
- mypy==1.10
35
- pytest
36
- pytest-mock
+ -r mypy-requirements.txt
37
commands =
38
mypy . {posargs}
0 commit comments