10000
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 e79ee78 commit 1dda33dCopy full SHA for 1dda33d
.pre-commit-config.yaml
@@ -11,3 +11,10 @@ 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