From 6db3730e0bf8de7a09d9e3328c24ff4e26474757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 14 Oct 2024 10:03:38 -0700 Subject: [PATCH] Fix the fix environment definition (#3407) --- tox.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.toml b/tox.toml index 0a24c24ca4..56b45735a4 100644 --- a/tox.toml +++ b/tox.toml @@ -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"