Skip to content

Commit

Permalink
Merge pull request pytest-dev#6445 from blueyed/tox-pre-commit-posargs
Browse files Browse the repository at this point in the history
tox: linting: pass posargs
  • Loading branch information
blueyed authored Jan 12, 2020
2 parents 622995a + 5e1c6ce commit 9074000
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 @@ -53,7 +53,7 @@ deps =
skip_install = True
basepython = python3
deps = pre-commit>=1.11.0
commands = pre-commit run --all-files --show-diff-on-failure
commands = pre-commit run --all-files --show-diff-on-failure {posargs:}

[testenv:docs]
basepython = python3
Expand Down

0 comments on commit 9074000

Please sign in to comment.