diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8762d03..75c70ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,12 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.6 + rev: v0.14.9 hooks: - id: ruff-check - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.9.13 + rev: 0.9.17 hooks: - id: uv-lock - repo: https://github.com/python-jsonschema/check-jsonschema @@ -27,7 +27,7 @@ repos: - id: check-github-workflows - id: check-renovate - repo: https://github.com/adamtheturtle/doccmd-pre-commit - rev: v2025.12.8.5 + rev: v2025.12.10 hooks: - id: doccmd args: ["--language", "python", "--no-pad-file", "--no-pad-groups", "--command", "ruff format", "docs/"]