Skip to content

Commit

Permalink
Add Black and isort checks to tox/CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 22, 2019
1 parent bdbf066 commit 1ec55d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ commands =
basepython = python3.7
deps =
flake8
# flake8-black
# flake8-isort
twine
check-manifest
commands =
flake8 setup.py src tests --statistics --count
black --check --diff
isort --check-only
check-manifest -v
python setup.py sdist
twine check dist/*
Expand Down

0 comments on commit 1ec55d5

Please sign in to comment.