mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-13 05:17:26 +00:00
chore: upgrade uv pre-commit version, uv-sync -> uv-lock
This commit is contained in:
parent
657efc67bc
commit
54a576e739
1 changed files with 2 additions and 3 deletions
|
@ -42,8 +42,9 @@ repos:
|
||||||
- black==24.3.0
|
- black==24.3.0
|
||||||
|
|
||||||
- repo: https://github.com/astral-sh/uv-pre-commit
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
||||||
rev: 0.5.26
|
rev: 0.6.3
|
||||||
hooks:
|
hooks:
|
||||||
|
- id: uv-lock
|
||||||
- id: uv-export
|
- id: uv-export
|
||||||
args: [
|
args: [
|
||||||
"--frozen",
|
"--frozen",
|
||||||
|
@ -51,8 +52,6 @@ repos:
|
||||||
"--no-emit-project",
|
"--no-emit-project",
|
||||||
"--output-file=requirements.txt"
|
"--output-file=requirements.txt"
|
||||||
]
|
]
|
||||||
files: ^pyproject\.toml$
|
|
||||||
- id: uv-sync
|
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
rev: v1.15.0
|
rev: v1.15.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue