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: c4a0b883114b00d8d76b479c820ce7950211c99b → 2c9f875913ee60ca25ce70243dc24d5b6415598c](pre-commit/pre-commit-hooks@c4a0b88...2c9f875)
- [github.com/adrienverge/yamllint.git: dd99a1c965b56027e9773442f41d3c58cc53c690 → 81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6](https://github.com/adrienverge/yamllint.git/compare/dd99a1c965b56027e9773442f41d3c58cc53c690...81e9f98ffd059efe8aa9c1b1a42e5cce61b640c6)
- [github.com/shellcheck-py/shellcheck-py: 4de1378e4cd853bfc2b111b05fff35e2dbf809a3 → a23f6b85d0fdd5bb9d564e2579e678033debbdff](shellcheck-py/shellcheck-py@4de1378...a23f6b8)
- [github.com/rhysd/actionlint: ea8102762106cdca9c88829f1295b39a544706f3 → c6bd06256dd700a45e483869bcdcf304239393a6](rhysd/actionlint@ea81027...c6bd062)
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent 54d751e commit 0f69b77
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: c4a0b883114b00d8d76b479c820ce7950211c99b # frozen: v4.5.0
rev: 2c9f875913ee60ca25ce70243dc24d5b6415598c # frozen: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down Expand Up @@ -38,17 +38,17 @@ repos:
stages: [commit]

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

- repo: https://github.com/shellcheck-py/shellcheck-py
rev: 4de1378e4cd853bfc2b111b05fff35e2dbf809a3 # frozen: v0.9.0.6
rev: a23f6b85d0fdd5bb9d564e2579e678033debbdff # frozen: v0.10.0.1
hooks:
- id: shellcheck

- repo: https://github.com/rhysd/actionlint
rev: ea8102762106cdca9c88829f1295b39a544706f3 # frozen: v1.6.26
rev: c6bd06256dd700a45e483869bcdcf304239393a6 # frozen: v1.6.27
hooks:
- id: actionlint

0 comments on commit 0f69b77

Please sign in to comment.