From acd3507a7a2b99cbe31c1c65d60d9587326c5e03 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:36:01 +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/snakemake/snakefmt: v0.11.1 → v0.11.4](https://github.com/snakemake/snakefmt/compare/v0.11.1...v0.11.4) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.11](https://github.com/rhysd/actionlint/compare/v1.7.7...v1.7.11) - [github.com/google/yamlfmt: v0.17.2 → v0.21.0](https://github.com/google/yamlfmt/compare/v0.17.2...v0.21.0) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.3](https://github.com/pappasam/toml-sort/compare/v0.24.2...v0.24.3) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69794531..8d87c357 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ exclude: '\.(tsv|fasta|gb)$|^shared/vendored/|^phylogenetic/rules/config.smk' repos: - repo: https://github.com/snakemake/snakefmt - rev: v0.11.1 + rev: v0.11.4 hooks: - id: snakefmt - repo: https://github.com/rhysd/actionlint - rev: v1.7.7 + rev: v1.7.11 hooks: - id: actionlint entry: env SHELLCHECK_OPTS='--exclude=SC2027' actionlint @@ -16,11 +16,11 @@ repos: # additional_dependencies: # - tomli - repo: https://github.com/google/yamlfmt - rev: v0.17.2 + rev: v0.21.0 hooks: - id: yamlfmt - repo: https://github.com/pappasam/toml-sort - rev: v0.24.2 + rev: v0.24.3 hooks: - id: toml-sort-fix - repo: https://github.com/pre-commit/pre-commit-hooks