diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ed4178e..06e0e71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ exclude: '\.(tsv|fasta|gb)$|^ingest/vendored/' repos: - repo: https://github.com/snakemake/snakefmt - rev: v0.10.2 + rev: v0.11.0 hooks: - id: snakefmt language_version: python3.11 @@ -17,7 +17,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/google/yamlfmt - rev: v0.16.0 + rev: v0.17.0 hooks: - id: yamlfmt - repo: https://github.com/pappasam/toml-sort