We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62aed6 commit dae4602Copy full SHA for dae4602
requirements-dev.txt
@@ -17,3 +17,9 @@ wheel
17
18
# Requirements for updating the vendored html5lib
19
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
@@ -49,7 +49,6 @@ basepython = python3.8
49
changedir = scripts
50
deps =
51
-rrequirements-dev.txt
52
- black
53
commands =
54
./run_tests.sh format-check
55
0 commit comments