Update pre-commit config

This commit is contained in:
Damontecres 2025-12-06 18:00:45 -05:00
parent 20bef8fb6a
commit e9c54adaba
No known key found for this signature in database

View file

@ -1,16 +1,16 @@
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0 rev: v6.0.0
hooks: hooks:
- id: check-xml - id: check-xml
- id: check-yaml - id: check-yaml
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.12.0 rev: v2.15.0
hooks: hooks:
- id: pretty-format-kotlin - id: pretty-format-kotlin
args: [ --autofix, --ktlint-version=1.7.1 ] args: [ --autofix, --ktlint-version=1.8.0 ]
- repo: local - repo: local
hooks: hooks:
- id: check-debug-enabled - id: check-debug-enabled