Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,9 @@ repos:
- repo: https://github.com/astral-sh/uv-pre-commit
rev: "0.5.24"
hooks:
- id: uv-lock
entry: bash -c "uv lock --frozen"
- id: uv-sync
args: ["--frozen", "--all-packages"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also add --all-extras

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doen


- repo: https://github.com/zahorniak/pre-commit-circleci.git
rev: v1.1.0
hooks:
Expand Down
25 changes: 0 additions & 25 deletions uv.lock

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