Skip to content

Commit ee5861e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/snakemake/snakefmt: v0.11.1 → v1.1.0](snakemake/snakefmt@v0.11.1...v1.1.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.12](rhysd/actionlint@v1.7.7...v1.7.12) - [github.com/google/yamlfmt: v0.17.2 → v0.21.0](google/yamlfmt@v0.17.2...v0.21.0) - [github.com/pappasam/toml-sort: v0.24.2 → v0.24.4](pappasam/toml-sort@v0.24.2...v0.24.4)
1 parent 4d05760 commit ee5861e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
exclude: '\.(tsv|fasta|gb)$|^shared/vendored/|^phylogenetic/rules/config.smk'
22
repos:
33
- repo: https://github.com/snakemake/snakefmt
4-
rev: v0.11.1
4+
rev: v1.1.0
55
hooks:
66
- id: snakefmt
77
- repo: https://github.com/rhysd/actionlint
8-
rev: v1.7.7
8+
rev: v1.7.12
99
hooks:
1010
- id: actionlint
1111
entry: env SHELLCHECK_OPTS='--exclude=SC2027' actionlint
@@ -16,11 +16,11 @@ repos:
1616
# additional_dependencies:
1717
# - tomli
1818
- repo: https://github.com/google/yamlfmt
19-
rev: v0.17.2
19+
rev: v0.21.0
2020
hooks:
2121
- id: yamlfmt
2222
- repo: https://github.com/pappasam/toml-sort
23-
rev: v0.24.2
23+
rev: v0.24.4
2424
hooks:
2525
- id: toml-sort-fix
2626
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)