chore: pre-commit autoupdate
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
a8341a303b
commit
b117d385e9
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
# See https://pre-commit.com/hooks.html for more hooks
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.5.0
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
|
@ -23,7 +23,7 @@ repos:
|
|||
- "--include"
|
||||
files: \.cs$
|
||||
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
||||
rev: v2.12.0
|
||||
rev: v2.14.0
|
||||
hooks:
|
||||
- id: pretty-format-java
|
||||
files: \.java$
|
||||
|
@ -32,7 +32,7 @@ repos:
|
|||
files: \.kt$
|
||||
args: [--autofix]
|
||||
- repo: https://github.com/commitizen-tools/commitizen
|
||||
rev: v3.15.0
|
||||
rev: v4.5.0
|
||||
hooks:
|
||||
- id: commitizen
|
||||
- id: commitizen-branch
|
||||
|
|
Loading…
Add table
Reference in a new issue