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/pre-commit/pre-commit-hooks: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 → 2c9f875913ee60ca25ce70243dc24d5b6415598c](pre-commit/pre-commit-hooks@f71fa2c...2c9f875)
- [github.com/pre-commit/mirrors-prettier: 672abe14d309fc28817d45b6be25ea976a92222a → f12edd9c7be1c20cfa42420fd0e6df71e42b51ea](pre-commit/mirrors-prettier@672abe1...f12edd9)
- [github.com/adrienverge/yamllint.git: b05e028c5881819161d11cb543fd96a30c06cceb → 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6](https://github.com/adrienverge/yamllint.git/compare/b05e028c5881819161d11cb543fd96a30c06cceb...81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6)
- [github.com/shellcheck-py/shellcheck-py: 375289a39f5708101b1f916eb729e8d6da96993f → a23f6b85d0fdd5bb9d564e2579e678033debbdff](shellcheck-py/shellcheck-py@375289a...a23f6b8)
  • Loading branch information
pre-commit-ci[bot] authored Jul 29, 2024
1 parent 85e0085 commit eb03bf7
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 @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: f71fa2c1f9cf5cb705f73dffe4b21f7c61470ba9 # frozen: v4.4.0
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down Expand Up @@ -32,18 +32,18 @@ repos:
- id: gitlint

- repo: https://github.com/pre-commit/mirrors-prettier
rev: 672abe14d309fc28817d45b6be25ea976a92222a # frozen: v3.0.2
rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8
hooks:
- id: prettier
stages: [commit]

- repo: https://github.com/adrienverge/yamllint.git
rev: b05e028c5881819161d11cb543fd96a30c06cceb # frozen: v1.32.0
rev: 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6 # frozen: v1.35.1
hooks:
- id: yamllint
types: [yaml]

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: 375289a39f5708101b1f916eb729e8d6da96993f # frozen: v0.9.0.5
rev: a23f6b85d0fdd5bb9d564e2579e678033debbdff # frozen: v0.10.0.1
hooks:
- id: shellcheck

0 comments on commit eb03bf7

Please sign in to comment.