Skip to content

Commit 7422449

Browse files
committed
e - move mypy dep to requirements.txt
1 parent d33d000 commit 7422449

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
approvaltests
22
pytest
33
black
4+
mypy

tox.ini

-3
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,5 @@ commands = black .
2323

2424

2525
[testenv:py-mypy]
26-
deps =
27-
mypy
28-
{[testenv]deps}
2926
commands =
3027
mypy .

0 commit comments

Comments
 (0)