Skip to content

Commit 7fb8aeb

Browse files
authored
Merge pull request #37 from PyCampES/pre-commit-pospell
Pre commit pospell
2 parents 3e60249 + 94d6e6f commit 7fb8aeb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,10 @@ repos:
33
rev: pre-commit
44
hooks:
55
- id: powrap
6+
7+
# This one requires package ``hunspell-es_es`` in Archlinux
8+
- repo: https://github.com/humitos/pospell
9+
rev: pre-commit
10+
hooks:
11+
- id: pospell
12+
args: ['--personal-dict', 'dict', '--modified', '--language', 'es_ES']

0 commit comments

Comments
 (0)