Skip to content

Commit

Permalink
Add uv lockfile pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 7, 2024
1 parent 9818907 commit 7c4eb2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ repos:
args: ["--fix", "--exit-non-zero-on-fix"]
- id: ruff-format

- repo: https://github.com/astral-sh/uv-pre-commit
rev: "0.4.7"
hooks:
- id: uv-lock

- repo: https://github.com/google/yamlfmt
rev: v0.13.0
hooks:
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c4eb2e

Please sign in to comment.