Skip to content

Commit 73bc1ef

Browse files
authored
Add .pre-commit-hooks.yaml (#123)
See usage example at #123 (comment).
1 parent 823e3bb commit 73bc1ef

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-hooks.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
- id: vimdoc
3+
name: vimdoc
4+
description: "Helpfile generation for vim"
5+
entry: vimdoc
6+
language: python
7+
pass_filenames: false
8+
types:
9+
- vim
10+
args:
11+
- .

0 commit comments

Comments
 (0)