.pre-commit: No need for LANG section

This commit is contained in:
Athanasius 2021-11-04 12:04:45 +00:00
parent 1176f967d9
commit ccee6f8b63

View File

@ -66,16 +66,6 @@ repos:
args: [check, --bare, -r]
language: system
# Check translation comments are up to date
- repo: local
hooks:
- 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
pass_filenames: false
always_run: true
default_language_version:
python: python3.9