Skip to content

Commit 0cadd3d

Browse files
committed
maintain: --all should be --all-files
1 parent 04f24a1 commit 0cadd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ description = "run linters (except mypy)"
8989
skip_install = true
9090
deps = ["pre-commit"]
9191
commands = [
92-
["pre-commit", "run", { replace = "posargs", default = ["--all"], extend = true }],
92+
["pre-commit", "run", { replace = "posargs", default = ["--all-files"], extend = true }],
9393
]
9494

9595
[tool.tox.env."mypy"]

0 commit comments

Comments
 (0)