Skip to content

Commit d071079

Browse files
committed
chore: fix tox style environment runner
1 parent 5db2d75 commit d071079

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
@@ -117,7 +117,8 @@ commands = [
117117
]
118118

119119
[tool.tox.env.style]
120-
deps = "pre-commit-uv"
120+
deps = ["pre-commit-uv"]
121+
runner = "uv-venv-runner"
121122
commands = [
122123
["pre-commit", "run", "--all-files", "--show-diff-on-failure"],
123124
]

0 commit comments

Comments
 (0)