Revert "pre-commit: Add checking of 'make translate' status"
This reverts commit 1dda33dc41.
This commit is contained in:
parent
f9c762256f
commit
88ce6911b7
1 changed files with 0 additions and 7 deletions
|
|
@ -11,10 +11,3 @@ repos:
|
||||||
exclude: '^(tests/.*\.exp|tests/cmdline/.*|tests/.*/data/.*|ports/esp32s2/esp-idf-config/.*|ports/esp32s2/boards/.*/sdkconfig)'
|
exclude: '^(tests/.*\.exp|tests/cmdline/.*|tests/.*/data/.*|ports/esp32s2/esp-idf-config/.*|ports/esp32s2/boards/.*/sdkconfig)'
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
exclude: '^(tests/.*\.exp|tests/cmdline/.*|tests/.*/data/.*)'
|
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
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue