We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e60249 + 94d6e6f commit 7fb8aebCopy full SHA for 7fb8aeb
.pre-commit-config.yaml
@@ -3,3 +3,10 @@ repos:
3
rev: pre-commit
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
+ hooks:
11
+ - id: pospell
12
+ args: ['--personal-dict', 'dict', '--modified', '--language', 'es_ES']
0 commit comments