Skip to content

Commit a700216

Browse files
EdwardJXLicodegen-botEdward-Codegen
authored
Add UV Sync to precommit (#192)
# Motivation <!-- Why is this change necessary? --> # Content <!-- Please include a summary of the change --> # Testing <!-- How was the change tested? --> # Please check the following before marking your PR as ready for review - [ ] I have added tests for my changes - [ ] I have updated the documentation or added new documentation as needed - [ ] I have read and agree to the [Contributor License Agreement](../CLA.md) --------- Co-authored-by: codegen-bot <[email protected]> Co-authored-by: Edward-Codegen <[email protected]>
1 parent e820239 commit a700216

File tree

2 files changed

+44
-42
lines changed

2 files changed

+44
-42
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@ repos:
8383
- repo: https://github.com/astral-sh/uv-pre-commit
8484
rev: "0.5.25"
8585
hooks:
86-
- id: uv-lock
87-
entry: bash -c "uv lock --frozen"
86+
- id: uv-sync
87+
args: ["--frozen", "--all-packages", "--all-extras"]
88+
8889
- repo: https://github.com/zahorniak/pre-commit-circleci.git
8990
rev: v1.1.0
9091
hooks:

uv.lock

Lines changed: 41 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)