diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45e51b3..61e50a1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,14 +19,14 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.2 + rev: v0.15.12 hooks: - id: ruff-format - id: ruff-check args: [--fix] - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.6 + rev: 0.11.7 hooks: - id: uv-lock @@ -45,7 +45,7 @@ repos: args: [--autofix, --indent, '4', --trailing-comma] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.2 + rev: 0.37.1 hooks: - id: check-github-workflows - id: check-jsonschema @@ -53,13 +53,13 @@ repos: files: ^renovate.json$ - repo: https://github.com/rhysd/actionlint - rev: v1.7.11 + rev: v1.7.12 hooks: - id: actionlint additional_dependencies: - github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1 - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.22.0 + rev: v1.24.1 hooks: - id: zizmor