Skip to content

Commit

Permalink
Add posargs to flake8 command in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-urdin authored and mergify[bot] committed Jun 30, 2021
1 parent a5c82b1 commit 70a3438
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 @@ -80,7 +80,7 @@ commands = {toxinidir}/run-upgrade-tests.sh mysql-ceph
[testenv:pep8]
basepython = python3
deps = hacking>=0.12
commands = flake8
commands = flake8 {posargs}
allowlist_externals =
/usr/bin/flake8

Expand Down

0 comments on commit 70a3438

Please sign in to comment.