Skip to content

Commit 5e1c6ce

Browse files
committed
tox: linting: pass posargs
1 parent 622995a commit 5e1c6ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
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)