Skip to content

Commit d544617

Browse files
authored
Missing uv lock invocation (#3)
* Added a pre-commit hook to check for missing 'uv lock' * Ran 'uv lock'
1 parent 1c6c086 commit d544617

File tree

2 files changed

+5
-24
lines changed

2 files changed

+5
-24
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ repos:
6161
- id: validate-pyproject
6262
additional_dependencies:
6363
- "validate-pyproject-schema-store[all]>=2024.08.19" # For Ruff renaming RUF025 to C420
64+
- repo: https://github.com/astral-sh/uv-pre-commit
65+
rev: 0.4.4
66+
hooks:
67+
- id: uv-lock
6468
- repo: https://github.com/pre-commit/mirrors-mypy
6569
rev: v1.11.2
6670
hooks:

uv.lock

Lines changed: 1 addition & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)