Skip to content

Commit 94d6e6f

Browse files
committed
Use our own dictionary
1 parent b9f7a21 commit 94d6e6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ repos:
44
hooks:
55
- id: powrap
66

7+
# This one requires package ``hunspell-es_es`` in Archlinux
78
- repo: https://github.com/humitos/pospell
89
rev: pre-commit
910
hooks:
1011
- id: pospell
11-
args: ['--personal-dict', 'dict', '--modified']
12+
args: ['--personal-dict', 'dict', '--modified', '--language', 'es_ES']

0 commit comments

Comments
 (0)