diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2abfad..a8fabd6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,14 +25,11 @@ repos: - id: check-toml - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.9.4 + rev: v0.12.2 hooks: - id: ruff files: ^src/llama_stack_client/lib/.* - args: [ - --fix, - --exit-non-zero-on-fix - ] + args: [ --fix ] - id: ruff-format files: ^src/llama_stack_client/lib/.* @@ -44,6 +41,11 @@ repos: additional_dependencies: - black==24.3.0 +- repo: https://github.com/astral-sh/uv-pre-commit + rev: 0.7.20 + hooks: + - id: uv-lock + # - repo: https://github.com/pre-commit/mirrors-mypy # rev: v1.14.0 # hooks: