Skip to content

Commit 94b7db1

Browse files
committed
Replace pre-commit with prek
1 parent a367028 commit 94b7db1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tox.ini

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ commands =
3030
[testenv:lint]
3131
skip_install = true
3232
deps =
33-
pre-commit-uv
34-
pass_env =
35-
PRE_COMMIT_COLOR
33+
prek
3634
commands =
37-
pre-commit run --all-files --show-diff-on-failure
35+
prek run --all-files --show-diff-on-failure
3836

3937
[testenv:mypy]
4038
deps =

0 commit comments

Comments
 (0)