Skip to content

Commit 6db3730

Browse files
authored
Fix the fix environment definition (#3407)
1 parent 2bf065a commit 6db3730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ description = "format the code base to adhere to our styles, and complain about
5252
skip_install = true
5353
deps = ["pre-commit-uv>=4.1.3"]
5454
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" }]]
55+
commands = [["pre-commit", "run", "--all-files", "--show-diff-on-failure", { replace = "posargs", extend = true }]]
5656

5757
[env.type]
5858
description = "run type check on code base"

0 commit comments

Comments
 (0)