From e8c5ce420fecc110b156b78429dca878efaf57df Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 21:57:22 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/rhysd/actionlint: v1.6.26 → v1.6.27](https://github.com/rhysd/actionlint/compare/v1.6.26...v1.6.27) - [github.com/google/yamlfmt: v0.10.0 → v0.11.0](https://github.com/google/yamlfmt/compare/v0.10.0...v0.11.0) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.6...v0.10.0.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78ac1a5..5d7af0c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: # hooks: # - id: snakefmt - repo: https://github.com/rhysd/actionlint - rev: v1.6.26 + rev: v1.6.27 hooks: - id: actionlint - repo: https://github.com/codespell-project/codespell @@ -17,7 +17,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/google/yamlfmt - rev: v0.10.0 + rev: v0.11.0 hooks: - id: yamlfmt - repo: https://github.com/pappasam/toml-sort @@ -47,6 +47,6 @@ repos: hooks: - id: sync-pre-commit-deps - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.9.0.6 + rev: v0.10.0.1 hooks: - id: shellcheck