diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d3c3499..8d2d95e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,17 @@ exclude: '\.(tsv|fasta|gb)$|^ingest/vendored/' repos: - repo: https://github.com/snakemake/snakefmt - rev: v0.10.1 + rev: v0.10.2 hooks: - id: snakefmt language_version: python3.11 - repo: https://github.com/rhysd/actionlint - rev: v1.6.27 + rev: v1.7.1 hooks: - id: actionlint entry: env SHELLCHECK_OPTS='--exclude=SC2027' actionlint - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: