mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2026-01-17 20:54:23 +01:00
check uv lockfile
This commit is contained in:
@@ -13,3 +13,12 @@ repos:
|
||||
- id: ruff-format
|
||||
- id: ruff
|
||||
args: [--fix, --exit-non-zero-on-fix]
|
||||
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: uv-lock-check
|
||||
name: Check uv.lock is up to date
|
||||
entry: uv lock --check
|
||||
language: system
|
||||
files: ^(pyproject\.toml|uv\.lock)$
|
||||
pass_filenames: false
|
||||
|
||||
Reference in New Issue
Block a user