Skip to content

Commit

Permalink
Merge pull request #67 from zopefoundation/fix-lint
Browse files Browse the repository at this point in the history
Fix linting issue
  • Loading branch information
dataflake committed May 15, 2020
2 parents 57e6704 + 33e84ee commit 872688b
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 @@ -63,8 +63,8 @@ commands_pre =
mkdir -p {toxinidir}/parts/flake8
commands =
isort --check-only --diff --recursive {toxinidir}/Products setup.py
- flake8 --format=html Products tests setup.py {posargs}
flake8 Products tests setup.py {posargs}
- flake8 --format=html Products setup.py {posargs}
flake8 Products setup.py {posargs}
deps =
isort
flake8
Expand Down

0 comments on commit 872688b

Please sign in to comment.