Skip to content

Commit

Permalink
add black and mypy to dev requirements for cpython > 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Guthe committed Jan 27, 2021
1 parent 2415458 commit bbf9243
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" and python_version > "3.5"

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

Expand Down

0 comments on commit bbf9243

Please sign in to comment.