Skip to content

Commit

Permalink
- fix tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed May 28, 2020
1 parent c64cfa2 commit fcf59a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ignore =
[flake8]
ignore =
C101
E741
exclude =
bootstrap.py
src/DocumentTemplate/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ commands_pre =
mkdir -p {toxinidir}/parts/flake8
commands =
- isort --check-only --diff --recursive {toxinidir}/src setup.py
flake8 src tests setup.py {posargs}
flake8 src setup.py {posargs}
deps =
isort
flake8
Expand Down

0 comments on commit fcf59a4

Please sign in to comment.