diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a84064b4d..5339b76e4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: - id: check-github-actions - id: check-readthedocs - repo: https://github.com/rhysd/actionlint - rev: v1.7.8 + rev: v1.7.9 hooks: - id: actionlint additional_dependencies: @@ -25,7 +25,7 @@ repos: - id: shellcheck args: ["--severity=style"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.5 + rev: v0.14.6 hooks: - id: ruff args: ["--exit-non-zero-on-fix"]