mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-09 12:17:37 +00:00
13 lines
334 B
YAML
13 lines
334 B
YAML
|
---
|
||
|
repos:
|
||
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
rev: v1.2.3
|
||
|
hooks:
|
||
|
- id: trailing-whitespace
|
||
|
- id: end-of-file-fixer
|
||
|
# After merging, this should change to the upstream and point to master
|
||
|
- repo: https://github.com/ViViDboarder/vint
|
||
|
rev: pre-commit-support
|
||
|
hooks:
|
||
|
- id: vint
|