diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 281ad2e..0e7fc8d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: - --autofix - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.10 + rev: v0.11.11 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -28,7 +28,7 @@ repos: - id: black types: [python] - repo: https://github.com/google/yamlfmt - rev: v0.16.0 + rev: v0.17.0 hooks: - id: yamlfmt - repo: https://github.com/rhysd/actionlint