Skip to content

Commit

Permalink
Merge 8ae1bcd into d63e05d
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed May 26, 2020
2 parents d63e05d + 8ae1bcd commit 8ac73d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ deps =
commands =
mkdir -p {toxinidir}/_build/reports/flake8
- flake8 --format=html --htmldir={toxinidir}/_build/reports/flake8 --doctests src setup.py
flake8 --doctests --ignore=W503 src tests setup.py
flake8 --doctests --ignore=W503 src setup.py
isort --check-only --recursive {toxinidir}/src

whitelist_externals =
Expand Down

0 comments on commit 8ac73d4

Please sign in to comment.