diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 33c9bb512d..80b9e7fab6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,3 +3,10 @@ repos: rev: pre-commit hooks: - id: powrap + +# This one requires package ``hunspell-es_es`` in Archlinux +- repo: https://github.com/humitos/pospell + rev: pre-commit + hooks: + - id: pospell + args: ['--personal-dict', 'dict', '--modified', '--language', 'es_ES']