diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 07690af..ed4178e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,22 +6,22 @@ repos: - id: snakefmt language_version: python3.11 - repo: https://github.com/rhysd/actionlint - rev: v1.7.4 + rev: v1.7.7 hooks: - id: actionlint entry: env SHELLCHECK_OPTS='--exclude=SC2027' actionlint - repo: https://github.com/codespell-project/codespell - rev: v2.3.0 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/google/yamlfmt - rev: v0.14.0 + rev: v0.16.0 hooks: - id: yamlfmt - repo: https://github.com/pappasam/toml-sort - rev: v0.23.1 + rev: v0.24.2 hooks: - id: toml-sort-fix - repo: https://github.com/pre-commit/pre-commit-hooks @@ -43,7 +43,7 @@ repos: - id: end-of-file-fixer - id: fix-byte-order-marker - repo: https://github.com/pre-commit/sync-pre-commit-deps - rev: v0.0.1 + rev: v0.0.3 hooks: - id: sync-pre-commit-deps - repo: https://github.com/shellcheck-py/shellcheck-py