Skip to content

Commit

Permalink
Allow users to disable use of pre-commit-uv (#3430)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Oct 29, 2024
1 parent fc5ea9f commit 7b4d7ed
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 @@ -51,7 +51,7 @@ commands = [
description = "format the code base to adhere to our styles, and complain about what we cannot do automatically"
skip_install = true
dependency_groups = ["fix"]
pass_env = [{ replace = "ref", of = ["env_run_base", "pass_env"], extend = true }, "PROGRAMDATA"]
pass_env = [{ replace = "ref", of = ["env_run_base", "pass_env"], extend = true }, "PROGRAMDATA", "DISABLE_PRE_COMMIT_UV_PATCH"]
commands = [["pre-commit", "run", "--all-files", "--show-diff-on-failure", { replace = "posargs", extend = true }]]

[env.type]
Expand Down

0 comments on commit 7b4d7ed

Please sign in to comment.