diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1cdae1053..669e14b67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_stages: [pre-commit, pre-merge-commit, manual] repos: - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.19 + rev: 0.11.21 hooks: - id: uv-lock always_run: true @@ -23,7 +23,8 @@ repos: - repo: https://github.com/tombi-toml/tombi-pre-commit rev: v1.1.2 hooks: - - id: tombi-format + - exclude: \A.+\.lock\Z + id: tombi-format - id: tombi-lint - repo: https://github.com/tsvikas/sync-with-uv @@ -56,14 +57,14 @@ repos: args: [--strict] - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 43.218.0 + rev: 43.227.0 hooks: - id: renovate-config-validator args: [--strict] stages: [manual] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.2 + rev: 0.37.3 hooks: - id: check-jsonschema args: [--schemafile, 'https://json.schemastore.org/yamllint.json'] # yamllint disable-line rule:quoted-strings