Skip to content

Commit

Permalink
add black and mypy to dev requirements for cpython
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Jan 25, 2021
1 parent 28c9993 commit 6c260e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ wheel

# Requirements for updating the vendored html5lib
hashin

# Requirements for format-check most recently black==20.8b1
black; implementation_name == "cpython"

# Requirements for type-check most recently mypy==0.790 and mypy-extensions==0.4.3
mypy; implementation_name == "cpython"
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ basepython = python3.8
changedir = scripts
deps =
-rrequirements-dev.txt
black
commands =
./run_tests.sh format-check

Expand Down

0 comments on commit 6c260e5

Please sign in to comment.