We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4a376 commit 1052c98Copy full SHA for 1052c98
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" and python_version > "3.5"
23
24
+# Requirements for type-check most recently mypy==0.790 and mypy-extensions==0.4.3
25
+mypy; implementation_name == "cpython" and python_version > "3.5"
tox.ini
@@ -61,7 +61,6 @@ basepython = python3.8
61
changedir = scripts
62
deps =
63
-rrequirements-dev.txt
64
- black
65
commands =
66
./run_tests.sh format-check
67
0 commit comments