Skip to content

Commit b8fb366

Browse files
committed
Add pre-commit hook definition
1 parent 2ef8bdc commit b8fb366

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- id: docxplain
2+
name: Docx plain text mirror
3+
description: Mirror an Office (docx) document in plain text.
4+
entry: docxplain
5+
language: python
6+
files: "\\.docx$"

0 commit comments

Comments
 (0)