diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 560b8ff..368918b 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.16.0 + rev: v0.16.2 hooks: - id: ruff-check - id: ruff-format @@ -27,7 +27,7 @@ repos: hooks: - id: actionlint - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.23 + rev: 0.12.3 hooks: - id: pip-compile files: | @@ -41,12 +41,12 @@ repos: - "--python-version=3.14" - "--output-file=requirements/docs.requirements.txt" - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.37.3 + rev: 0.37.4 hooks: - id: check-github-workflows - id: check-renovate - repo: https://github.com/adamtheturtle/doccmd-pre-commit - rev: v2026.3.2 + rev: v2026.7.19 hooks: - id: doccmd name: Ruff check fix docs @@ -54,4 +54,4 @@ repos: alias: ruff-check-fix-docs args: ["--language", "python", "--no-pad-file", "--no-pad-groups", "--command", "ruff check --fix", "docs/"] additional_dependencies: - - ruff==0.16.0 + - ruff==0.16.2