Skip to content

Commit 32b090d

Browse files
committed
wip
1 parent 1d1b150 commit 32b090d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.pre-commit-config.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
repos:
2+
#- repo: https://github.com/humitos/powrap
3+
# rev: master
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', '--language', 'es_AR']
13+
14+
- repo: https://github.com/pre-commit/pre-commit-hooks
15+
rev: v2.5.0
16+
hooks:
17+
- id: file-contents-sorter
18+
files: dict

0 commit comments

Comments
 (0)