Merge pull request #6445 from blueyed/tox-pre-commit-posargs

tox: linting: pass posargs
This commit is contained in:
Daniel Hahler 2020-01-12 21:17:14 +01:00 committed by GitHub
commit 90740007a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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