Skip to content

Commit

Permalink
pre-commit autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Aug 28, 2024
1 parent f8abe80 commit 32c1fcc
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
---
repos:
- repo: https://github.com/lyz-code/yamlfix/
rev: 1.16.0
rev: 1.17.0
hooks:
- id: yamlfix
additional_dependencies:
- 'maison<2.0.0'
- repo: https://github.com/Yelp/detect-secrets
rev: v1.4.0
rev: v1.5.0
hooks:
- id: detect-secrets
args:
- --baseline
- .secrets.baseline
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: check-added-large-files
Expand Down Expand Up @@ -42,14 +40,14 @@ repos:
- id: shellcheck
exclude: '.*\.sh\.j2'
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.38.0
rev: v0.41.0
hooks:
- id: markdownlint-fix
- repo: https://github.com/rhysd/actionlint
rev: v1.6.26
rev: v1.7.1
hooks:
- id: actionlint-system
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v0.19.1
rev: v0.20.0
hooks:
- id: stylua-system

0 comments on commit 32c1fcc

Please sign in to comment.