We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c7622 commit 88ce691Copy full SHA for 88ce691
.pre-commit-config.yaml
@@ -11,10 +11,3 @@ repos:
11
exclude: '^(tests/.*\.exp|tests/cmdline/.*|tests/.*/data/.*|ports/esp32s2/esp-idf-config/.*|ports/esp32s2/boards/.*/sdkconfig)'
12
- id: trailing-whitespace
13
exclude: '^(tests/.*\.exp|tests/cmdline/.*|tests/.*/data/.*)'
14
-- repo: local
15
- hooks:
16
- - id: translations
17
- name: Check Translations
18
- entry: sh -c "make translate"
19
- language: system
20
- always_run: true
0 commit comments