diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 34241e5169..e12a13d92f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,8 +10,8 @@ repos: entry: ./scripts/merge-dicts.sh language: script # This one requires package ``hunspell-es_es`` in Archlinux -- repo: https://github.com/humitos/pospell - rev: pre-commit +- repo: https://github.com/JulienPalard/pospell + rev: v1.0.5 hooks: - id: pospell args: ['--personal-dict', 'dict.txt', '--modified', '--language', 'es_ES', '--language', 'es_AR']