Revert "pre-commit: Add checking of 'make translate' status"

This reverts commit 1dda33dc41.
This commit is contained in:
Jeff Epler 2021-01-12 18:52:39 -06:00
parent f9c762256f
commit 88ce6911b7
1 changed files with 0 additions and 7 deletions

View File

@ -11,10 +11,3 @@ repos:
exclude: '^(tests/.*\.exp|tests/cmdline/.*|tests/.*/data/.*|ports/esp32s2/esp-idf-config/.*|ports/esp32s2/boards/.*/sdkconfig)'
- id: trailing-whitespace
exclude: '^(tests/.*\.exp|tests/cmdline/.*|tests/.*/data/.*)'
- repo: local
hooks:
- id: translations
name: Check Translations
entry: sh -c "make translate"
language: system
always_run: true