Skip to content

Commit

Permalink
[pre-commit] Bumped:
Browse files Browse the repository at this point in the history
- `pre-commit-hooks` to `v5.0.0`
- `markdownlint-cli` to `v0.42.0`
- `rhysd/actionlint` to `v1.7.3`
  • Loading branch information
missingcharacter committed Oct 12, 2024
1 parent 34ea795 commit f2334b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- --baseline
- .secrets.baseline
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down Expand Up @@ -40,11 +40,11 @@ repos:
- id: shellcheck
exclude: '.*\.sh\.j2'
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.41.0
rev: v0.42.0
hooks:
- id: markdownlint-fix
- repo: https://github.com/rhysd/actionlint
rev: v1.7.1
rev: v1.7.3
hooks:
- id: actionlint-system
- repo: https://github.com/JohnnyMorganz/StyLua
Expand Down

0 comments on commit f2334b8

Please sign in to comment.