mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Update pre-commit config
This commit is contained in:
parent
20bef8fb6a
commit
e9c54adaba
1 changed files with 3 additions and 3 deletions
|
|
@ -1,16 +1,16 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
rev: v6.0.0
|
||||
hooks:
|
||||
- id: check-xml
|
||||
- id: check-yaml
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
||||
rev: v2.12.0
|
||||
rev: v2.15.0
|
||||
hooks:
|
||||
- id: pretty-format-kotlin
|
||||
args: [ --autofix, --ktlint-version=1.7.1 ]
|
||||
args: [ --autofix, --ktlint-version=1.8.0 ]
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: check-debug-enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue