We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf065a commit 6db3730Copy full SHA for 6db3730
tox.toml
@@ -52,7 +52,7 @@ description = "format the code base to adhere to our styles, and complain about
52
skip_install = true
53
deps = ["pre-commit-uv>=4.1.3"]
54
pass_env = [{ replace = "ref", of = ["env_run_base", "pass_env"], extend = true }, "PROGRAMDATA"]
55
-commands = [["pre-commit", "run", "--all-files", "--show-diff-on-failure", { replace = "posargs" }]]
+commands = [["pre-commit", "run", "--all-files", "--show-diff-on-failure", { replace = "posargs", extend = true }]]
56
57
[env.type]
58
description = "run type check on code base"
0 commit comments