Skip to content

Commit

Permalink
Faster pre-commit in Nox
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 9, 2024
1 parent f2e2cef commit f7d6343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

@nox.session
def pre_commit(session: nox.Session) -> None:
session.install("pre-commit")
session.install("pre-commit-uv")

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

Expand Down

0 comments on commit f7d6343

Please sign in to comment.