[mod] py: format (#6560)

This commit is contained in:
Ivan Gabaldon
2026-09-12 20:29:15 +02:00
committed by Markus Heiser
parent ab5dd7599e
commit d4ce87c234
85 changed files with 48 additions and 73 deletions

View File

@@ -8,6 +8,7 @@ Output file: :origin:`searx/data/ahmia_blacklist.txt` (:origin:`CI Update data
.. _Ahmia's blacklist: https://ahmia.fi/blacklist/
"""
# pylint: disable=use-dict-literal
import requests

View File

@@ -12,6 +12,7 @@ The script :origin:`searxng_extra/update/update_engine_traits.py` is called in
the :origin:`CI Update data ... <.github/workflows/data-update.yml>`
"""
# pylint: disable=invalid-name
import typing as t

View File

@@ -6,6 +6,7 @@ Output file: :origin:`searx/data/useragents.json` (:origin:`CI Update data ...
<.github/workflows/data-update.yml>`).
"""
# pylint: disable=use-dict-literal
import json

View File

@@ -6,6 +6,7 @@
- :py:obj:`searx.locales.RTL_LOCALES`
- :py:obj:`searx.locales.LOCALE_NAMES`
"""
# pylint: disable=invalid-name
from typing import Set

View File

@@ -5,6 +5,7 @@
Call this script after each upgrade of pygments
"""
# pylint: disable=too-few-public-methods
from pathlib import Path