pre-commit: test translations (#25695)

* add test translations to precommit

* fix test translations pre-commit hook

* revert

* fix that

* add to release files

add to release files

* fix

* don't run test on stripped dir

* fix
old-commit-hash: 6393d29b0437417fe15cbc9eca5c87534531e9bd
This commit is contained in:
Shane Smiskol
2022-10-03 12:26:12 -07:00
committed by GitHub
parent a7cb4aa824
commit 9af4e72ffd
3 changed files with 10 additions and 1 deletions
+7
View File
@@ -70,3 +70,10 @@ repos:
- --quiet
- --force
- -j8
- repo: local
hooks:
- id: test_translations
name: test translations
entry: selfdrive/ui/tests/test_translations.py
language: script
pass_filenames: false