Skip to content

Commit

Permalink
Run uv lock in pre-commit (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Feb 6, 2025
1 parent fee53ed commit 984f850
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ci:
autofix_prs: false
autoupdate_schedule: weekly
autoupdate_commit_msg: 'chore(deps): pre-commit autoupdate'
skip:
- uv-lock

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -46,3 +48,9 @@ repos:
language: python
additional_dependencies:
- pyjson5==1.6.8

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

0 comments on commit 984f850

Please sign in to comment.