Skip to content

Commit

Permalink
Fix the fix environment definition (#3407)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 14, 2024
1 parent 2bf065a commit 6db3730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ description = "format the code base to adhere to our styles, and complain about
skip_install = true
deps = ["pre-commit-uv>=4.1.3"]
pass_env = [{ replace = "ref", of = ["env_run_base", "pass_env"], extend = true }, "PROGRAMDATA"]
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 }]]

[env.type]
description = "run type check on code base"
Expand Down

0 comments on commit 6db3730

Please sign in to comment.