diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dba7481..99eb444 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.8 + rev: v0.15.10 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.11.2 + rev: 0.11.6 hooks: - id: pip-compile files: | @@ -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.8 + - ruff==0.15.10 - 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.8 + - ruff==0.15.10