1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-01 08:01:22 +03:00

TEMPORARY: Ignore venv-3.11_64 in LANG comment hook

This commit is contained in:
Athanasius 2022-11-17 15:45:18 +00:00
parent f6c6281ac2
commit ee1df33cec
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -82,7 +82,7 @@ repos:
- id: LANG_comments
name: 'LANG comments'
language: system
entry: python scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data --ignore dist.win32
entry: python scripts/find_localised_strings.py --compare-lang L10n/en.template --directory . --ignore coriolis-data --ignore dist.win32 --ignore venv-3.11_64
pass_filenames: false
always_run: true