Skip to content

Commit f7d6343

Browse files
committed
Faster pre-commit in Nox
1 parent f2e2cef commit f7d6343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
@nox.session
4444
def pre_commit(session: nox.Session) -> None:
45-
session.install("pre-commit")
45+
session.install("pre-commit-uv")
4646

4747
session.run("pre-commit", "run", "--all-files")
4848

0 commit comments

Comments
 (0)