Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7b067 commit f936e1cCopy full SHA for f936e1c
.pre-commit-config.yaml
@@ -3,6 +3,14 @@ repos:
3
rev: master
4
hooks:
5
- 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
14
# This one requires package ``hunspell-es_es`` in Archlinux
15
- repo: https://github.com/humitos/pospell
16
rev: pre-commit
0 commit comments