Skip to content

Commit dae4602

Browse files
Greg Gutheg-k
Greg Guthe
authored andcommitted
add black and mypy to dev requirements for cpython
psf/black#727 python/typed_ast#111
1 parent b62aed6 commit dae4602

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

requirements-dev.txt

+6
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,9 @@ wheel
1717

1818
# Requirements for updating the vendored html5lib
1919
hashin
20+
21+
# Requirements for format-check most recently black==20.8b1
22+
black; implementation_name == "cpython"
23+
24+
# Requirements for type-check most recently mypy==0.790 and mypy-extensions==0.4.3
25+
mypy; implementation_name == "cpython"

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ basepython = python3.8
4949
changedir = scripts
5050
deps =
5151
-rrequirements-dev.txt
52-
black
5352
commands =
5453
./run_tests.sh format-check
5554

0 commit comments

Comments
 (0)