Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit a7a52cd

Browse files
committed
feat(pre-commit): changes to ruff and uv
1 parent 0682a81 commit a7a52cd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@ repos:
2525
- id: check-toml
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.9.4
28+
rev: v0.12.2
2929
hooks:
3030
- id: ruff
3131
files: ^src/llama_stack_client/lib/.*
32-
args: [
33-
--fix,
34-
--exit-non-zero-on-fix
35-
]
32+
args: [ --fix ]
3633
- id: ruff-format
3734
files: ^src/llama_stack_client/lib/.*
3835

@@ -44,6 +41,11 @@ repos:
4441
additional_dependencies:
4542
- black==24.3.0
4643

44+
- repo: https://github.com/astral-sh/uv-pre-commit
45+
rev: 0.7.20
46+
hooks:
47+
- id: uv-lock
48+
4749
# - repo: https://github.com/pre-commit/mirrors-mypy
4850
# rev: v1.14.0
4951
# hooks:

0 commit comments

Comments
 (0)