Skip to content

Commit

Permalink
update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kwigley committed Jul 17, 2024
1 parent 7a0c02a commit 78807dc
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 @@ -8,7 +8,7 @@ repos:
- id: fmt
- id: clippy
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand All @@ -17,10 +17,10 @@ repos:
- id: check-vcs-permalinks
- id: mixed-line-ending
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.1
rev: v4.0.0-alpha.8
hooks:
- id: prettier
- repo: https://github.com/sirosen/check-jsonschema
rev: 0.18.3
rev: 0.29.0
hooks:
- id: check-github-workflows

0 comments on commit 78807dc

Please sign in to comment.