Skip to content

Commit

Permalink
chore: Use uv-lock and uv-sync pre-commit hooks (#1277)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 30, 2025
1 parent f82a858 commit 93c8722
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ci:
autoupdate_commit_msg: 'chore(deps): pre-commit autoupdate'
skip:
- pip-compile
- uv-lock

default_language_version:
python: python3.13
Expand Down Expand Up @@ -68,6 +69,8 @@ repos:
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.21
hooks:
- id: uv-lock
- id: uv-sync
- id: uv-export
name: Export Docs Dependencies
files: ^uv\.lock$
Expand Down

0 comments on commit 93c8722

Please sign in to comment.