From ccee6f8b63eccadff08127c22a751c154177e21c Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 4 Nov 2021 12:04:45 +0000 Subject: [PATCH] .pre-commit: No need for LANG section --- .pre-commit-config.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a8bfb90..25f6535 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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