Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/rhysd/actionlint: v1.7.4 → v1.7.7](rhysd/actionlint@v1.7.4...v1.7.7)
- [github.com/google/yamlfmt: v0.14.0 → v0.15.0](google/yamlfmt@v0.14.0...v0.15.0)
- [github.com/pappasam/toml-sort: v0.23.1 → v0.24.2](pappasam/toml-sort@v0.23.1...v0.24.2)
- [github.com/pre-commit/sync-pre-commit-deps: v0.0.1 → v0.0.3](pre-commit/sync-pre-commit-deps@v0.0.1...v0.0.3)
  • Loading branch information
pre-commit-ci[bot] authored Jan 20, 2025
1 parent f5bca7b commit 8aacfa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
Expand All @@ -17,11 +17,11 @@ repos:
additional_dependencies:
- tomli
- repo: https://github.com/google/yamlfmt
rev: v0.14.0
rev: v0.15.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
Expand All @@ -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
Expand Down

0 comments on commit 8aacfa8

Please sign in to comment.