Skip to content

Commit

Permalink
Bump pre-commit hooks
Browse files Browse the repository at this point in the history
bbannier committed Oct 8, 2024
1 parent 2f22c73 commit 479f555
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
@@ -3,17 +3,17 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/Vimjas/vint.git
rev: v0.4a4
rev: v0.4a3
hooks:
- id: vint
- repo: https://github.com/lyz-code/yamlfix
rev: 1.11.0
rev: 1.17.0
hooks:
- id: yamlfix

0 comments on commit 479f555

Please sign in to comment.