Skip to content

Commit

Permalink
update pre-commit dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Helbig <kai.helbig@tngtech.com>
  • Loading branch information
ostrya committed May 20, 2022
1 parent a171e86 commit f695990
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.0.1
rev: v4.2.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.1.0
rev: v2.3.0
hooks:
- id: pretty-format-java
args: [ --autofix ]

0 comments on commit f695990

Please sign in to comment.