Skip to content

Commit 5029f40

Browse files
committed
chore: fix tox style environment runner
1 parent cfe2ce9 commit 5029f40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ commands = [
126126

127127
[tool.tox.env.style]
128128
skip_install = true
129-
deps = "pre-commit-uv"
129+
runner = "uv-venv-runner"
130+
deps = ["pre-commit-uv"]
130131
commands = [
131132
["pre-commit", "run", "--all-files", "--show-diff-on-failure"],
132133
]

0 commit comments

Comments
 (0)