summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Halbert <halbert@adafruit.com>2021-01-13 11:07:41 -0500
committerGitHub <noreply@github.com>2021-01-13 11:07:41 -0500
commit8f9db7717e10e61eb1711e9f290540deb25eb14d (patch)
tree7faeddbc403185f51c8b9a7b0c022b35dcbd6ced
parentc44c99398db8b6c5c954c1aaf8033a8f403886bf (diff)
parent88ce6911b7e75dfb783b8d1acf5d6f478e7ca59b (diff)
Merge pull request #3985 from jepler/revert-precommit-translate
Revert "pre-commit: Add checking of 'make translate' status"
-rw-r--r--.pre-commit-config.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 82d89eaa3..322f37da4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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