We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f7a21 commit 94d6e6fCopy full SHA for 94d6e6f
.pre-commit-config.yaml
@@ -4,8 +4,9 @@ repos:
4
hooks:
5
- 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
11
- id: pospell
- args: ['--personal-dict', 'dict', '--modified']
12
+ args: ['--personal-dict', 'dict', '--modified', '--language', 'es_ES']
0 commit comments