mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-16 17:36:26 +00:00
16 lines
357 B
YAML
16 lines
357 B
YAML
---
|
|
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.3.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- repo: https://github.com/Kuniwak/vint
|
|
rev: 9a239b20be279324ced3b34ed71f84a63edfd4fb
|
|
hooks:
|
|
- id: vint
|
|
exclude: >
|
|
(?x)^(
|
|
vim/colors/.*\.vim
|
|
)$
|