From fcdc2c2cd26e24c2aa3f064d93cee3e29dc2a30c Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 27 Dec 2021 09:16:03 +0100 Subject: [format.python] disable py code formatting for some hunks of code Disable the python code formatting from python-black, where the readability of code suffers by formatting. Signed-off-by: Markus Heiser --- searxng_extra/update/update_engine_descriptions.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'searxng_extra/update/update_engine_descriptions.py') diff --git a/searxng_extra/update/update_engine_descriptions.py b/searxng_extra/update/update_engine_descriptions.py index 59a9a72a0..2e16e1029 100755 --- a/searxng_extra/update/update_engine_descriptions.py +++ b/searxng_extra/update/update_engine_descriptions.py @@ -55,7 +55,9 @@ NOT_A_DESCRIPTION = [ ] SKIP_ENGINE_SOURCE = [ + # fmt: off ('gitlab', 'wikidata') # descriptions are about wikipedia disambiguation pages + # fmt: on ] LANGUAGES = LOCALE_NAMES.keys() -- cgit v1.2.3