2024-12-02 14:00:11 +01:00
|
|
|
repos:
|
|
|
|
- hooks:
|
|
|
|
- id: trailing-whitespace
|
2024-12-02 14:24:03 +01:00
|
|
|
exclude: ^inputs/.*\.txt$
|
2024-12-02 14:00:11 +01:00
|
|
|
- id: end-of-file-fixer
|
2024-12-02 14:24:03 +01:00
|
|
|
exclude: ^inputs/.*\.txt$
|
2024-12-02 14:00:11 +01:00
|
|
|
- id: check-yaml
|
|
|
|
- id: check-added-large-files
|
|
|
|
repo: https://github.com/pre-commit/pre-commit-hooks
|
2024-12-02 16:06:24 +01:00
|
|
|
rev: v5.0.0
|
2024-12-02 14:00:11 +01:00
|
|
|
|
|
|
|
- hooks:
|
|
|
|
- args:
|
|
|
|
- --autofix
|
|
|
|
files: \.kt$
|
2024-12-02 14:21:03 +01:00
|
|
|
exclude: ^\.idea/fileTemplates/.*\.kt$
|
2024-12-02 14:00:11 +01:00
|
|
|
id: pretty-format-kotlin
|
|
|
|
repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
|
2024-12-02 16:06:24 +01:00
|
|
|
rev: v2.14.0
|
2024-12-02 14:00:11 +01:00
|
|
|
|
|
|
|
- hooks:
|
|
|
|
- id: commitizen
|
|
|
|
- id: commitizen-branch
|
|
|
|
stages:
|
|
|
|
- push
|
|
|
|
repo: https://github.com/commitizen-tools/commitizen
|
2024-12-02 16:06:24 +01:00
|
|
|
rev: v4.0.0
|