tox: linting: pass posargs

This commit is contained in:
Daniel Hahler 2020-01-12 20:09:51 +01:00
parent 622995a501
commit 5e1c6ce630
1 changed files with 1 additions and 1 deletions

View File

@ -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