2019-10-24 19:35:49 +00:00
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2019-10-24 21:29:16 +00:00
|
|
|
rev: v2.3.0
|
2019-10-24 19:35:49 +00:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
2019-10-24 21:29:16 +00:00
|
|
|
- repo: https://github.com/Kuniwak/vint
|
|
|
|
rev: 9a239b20be279324ced3b34ed71f84a63edfd4fb
|
2019-10-24 19:35:49 +00:00
|
|
|
hooks:
|
|
|
|
- id: vint
|
2019-10-24 20:27:01 +00:00
|
|
|
exclude: >
|
|
|
|
(?x)^(
|
|
|
|
vim/colors/.*\.vim
|
|
|
|
)$
|
2021-11-11 02:03:27 +00:00
|
|
|
- repo: local
|
|
|
|
hooks:
|
|
|
|
- id: luacheck
|
|
|
|
name: Luacheck
|
|
|
|
entry: luacheck
|
|
|
|
args:
|
|
|
|
- --globals
|
|
|
|
- vim
|
|
|
|
- --
|
|
|
|
language: system
|
|
|
|
types: [file, lua]
|