Skip to content

Commit 40be5ec

Browse files
committed
chore: fix tox style environment runner
1 parent 904806f commit 40be5ec

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ commands = [
106106
]
107107

108108
[tool.tox.env.style]
109-
deps = "pre-commit-uv"
109+
deps = ["pre-commit-uv"]
110+
runner = "uv-venv-runner"
110111
commands = [
111112
["pre-commit", "run", "--all-files", "--show-diff-on-failure"],
112113
]

0 commit comments

Comments
 (0)