Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update .pre-commit-config.yaml
  • Loading branch information
clacri authored Aug 18, 2020
commit f936e1c283709505280e357102bbe2d9f469c7bd
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ repos:
rev: master
hooks:
- id: powrap
- repo: local
hooks:
- id: merge-dicts
- name: merge-dicts
- entry: bash -c 'awk 1 dict dictionaries/*.txt > dict.txt'
# from the example
# - entry: bash -c 'lines=$(pylint api/ | wc -l) && (( lines > 10)) && exit 1'
# - language: system
# This one requires package ``hunspell-es_es`` in Archlinux
- repo: https://github.com/humitos/pospell
rev: pre-commit
Expand Down