Skip to content

Commit 9074000

Browse files
authored
Merge pull request #6445 from blueyed/tox-pre-commit-posargs
tox: linting: pass posargs
2 parents 622995a + 5e1c6ce commit 9074000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ deps =
5353
skip_install = True
5454
basepython = python3
5555
deps = pre-commit>=1.11.0
56-
commands = pre-commit run --all-files --show-diff-on-failure
56+
commands = pre-commit run --all-files --show-diff-on-failure {posargs:}
5757

5858
[testenv:docs]
5959
basepython = python3

0 commit comments

Comments
 (0)