diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dba5100..507c02d 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.2 + rev: v0.16.5 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.12.3 + rev: 0.12.8 hooks: - id: pip-compile files: | @@ -46,7 +46,7 @@ repos: - id: check-github-workflows-require-timeout - id: check-renovate - repo: https://github.com/adamtheturtle/doccmd-pre-commit - rev: v2026.7.19 + rev: v2026.8.16 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.2 + - ruff==0.16.5