Skip to content

Commit e3d26ad

Browse files
authored
Merge pull request #750 from mondeja/pre-commit-pospell
2 parents 57b882d + 449403d commit e3d26ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ repos:
1010
entry: ./scripts/merge-dicts.sh
1111
language: script
1212
# This one requires package ``hunspell-es_es`` in Archlinux
13-
- repo: https://github.com/humitos/pospell
14-
rev: pre-commit
13+
- repo: https://github.com/JulienPalard/pospell
14+
rev: v1.0.5
1515
hooks:
1616
- id: pospell
1717
args: ['--personal-dict', 'dict.txt', '--modified', '--language', 'es_ES', '--language', 'es_AR']

0 commit comments

Comments
 (0)