Merge pull request #3985 from jepler/revert-precommit-translate

Revert "pre-commit: Add checking of 'make translate' status"
This commit is contained in:
Dan Halbert 2021-01-13 11:07:41 -05:00 committed by GitHub
commit 8f9db7717e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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