diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d97be30..f19aec0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.2 + rev: v0.15.5 hooks: - id: ruff-check - id: ruff-format @@ -26,7 +26,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.4 + rev: 0.10.8 hooks: - id: pip-compile files: | @@ -40,12 +40,12 @@ repos: - "--python-version=3.14" - "--output-file=requirements/docs.requirements.txt" - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.36.2 + rev: 0.37.0 hooks: - id: check-github-workflows - id: check-renovate - repo: https://github.com/adamtheturtle/doccmd-pre-commit - rev: v2026.2.15 + rev: v2026.3.2 hooks: - id: doccmd name: Ruff format docs @@ -53,11 +53,11 @@ repos: alias: ruff-format-docs args: ["--language", "python", "--no-pad-file", "--no-pad-groups", "--command", "ruff format", "docs/"] additional_dependencies: - - ruff==0.15.2 + - ruff==0.15.5 - id: doccmd name: Ruff check fix docs language: python alias: ruff-check-fix-docs args: ["--language", "python", "--no-pad-file", "--no-pad-groups", "--command", "ruff check --fix", "docs/"] additional_dependencies: - - ruff==0.15.2 + - ruff==0.15.5