From 69e833eca2d6d72078b6375363ce2fb02b4cd0ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bern=C3=A1t=20G=C3=A1bor?= Date: Mon, 14 Oct 2024 10:02:01 -0700 Subject: [PATCH] Fix the fix environment definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bernát Gábor --- 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"