Skip to content

Commit b9f7a21

Browse files
committed
Add pospell pre-commit hook
1 parent 08b163f commit b9f7a21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ repos:
33
rev: pre-commit
44
hooks:
55
- id: powrap
6+
7+
- repo: https://github.com/humitos/pospell
8+
rev: pre-commit
9+
hooks:
10+
- id: pospell
11+
args: ['--personal-dict', 'dict', '--modified']

0 commit comments

Comments
 (0)