Skip to content

Commit

Permalink
chore: fix tox style environment runner
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Nov 1, 2024
1 parent cfe2ce9 commit 5029f40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ commands = [

[tool.tox.env.style]
skip_install = true
deps = "pre-commit-uv"
runner = "uv-venv-runner"
deps = ["pre-commit-uv"]
commands = [
["pre-commit", "run", "--all-files", "--show-diff-on-failure"],
]
Expand Down

0 comments on commit 5029f40

Please sign in to comment.