diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f906e9992..1548036f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,11 +37,11 @@ repos: exclude: compose.*\.yaml$ args: [-c=.yamllint.yml] - repo: https://github.com/rhysd/actionlint - rev: v1.7.10 + rev: v1.7.12 hooks: - id: actionlint - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.48.0 hooks: - id: markdownlint-fix - repo: https://github.com/asottile/add-trailing-comma @@ -49,12 +49,12 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.10 hooks: - id: ruff-check args: [--fix] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.0 + rev: v0.15.10 hooks: - id: ruff-format - repo: https://github.com/jsh9/pydoclint @@ -67,7 +67,7 @@ repos: hooks: - id: shellcheck - repo: https://github.com/scop/pre-commit-shfmt - rev: v3.12.0-2 + rev: v3.13.1-1 hooks: - id: shfmt args: [-ln, bash, -i, '2', -ci, -bn, -sr, -kp, -s]