diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 78ac1a5..dad6539 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 @@ -25,7 +25,7 @@ repos: hooks: - id: toml-sort-fix - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: check-ast @@ -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