Skip to content

Commit f936e1c

Browse files
authored
Update .pre-commit-config.yaml
1 parent 1f7b067 commit f936e1c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.pre-commit-config.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ repos:
33
rev: master
44
hooks:
55
- id: powrap
6+
- repo: local
7+
hooks:
8+
- id: merge-dicts
9+
- name: merge-dicts
10+
- entry: bash -c 'awk 1 dict dictionaries/*.txt > dict.txt'
11+
# from the example
12+
# - entry: bash -c 'lines=$(pylint api/ | wc -l) && (( lines > 10)) && exit 1'
13+
# - language: system
614
# This one requires package ``hunspell-es_es`` in Archlinux
715
- repo: https://github.com/humitos/pospell
816
rev: pre-commit

0 commit comments

Comments
 (0)