Skip to content

Commit

Permalink
update pre-commit hooks
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Helbig <[email protected]>
  • Loading branch information
ostrya committed Jun 7, 2024
1 parent 2044c23 commit 09feae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-added-large-files
- id: check-case-conflict
Expand All @@ -9,7 +9,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.5.0
rev: v2.13.0
hooks:
- id: pretty-format-java
args: [ --autofix ]

0 comments on commit 09feae0

Please sign in to comment.