-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
29 lines (29 loc) · 912 Bytes
/
.pre-commit-config.yaml
File metadata and controls
29 lines (29 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v6.0.0
hooks:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/JohnnyMorganz/StyLua
rev: v2.3.1
hooks:
- id: stylua-system # or stylua-system / stylua-github
- repo: local
hooks:
- id: panvimdoc
name: pandoc to vimdoc
description: Convert markdown documentation to vimdoc (using local environment)
entry: panvimdoc.pre-commit.sh
language: system
files: ^README\.md$
args:
- "--input-file"
- README.md
- "--project-name"
- "winbar.nvim"
- "--description"
- "configurable and minimal neovim winbar"
pass_filenames: false