summaryrefslogtreecommitdiff
path: root/searx/data/__init__.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2025-09-26 12:35:57 +0200
committerGitHub <noreply@github.com>2025-09-26 12:35:57 +0200
commit81cbe0befe993b57b7daee2643e6016586262436 (patch)
tree8150d1726979b5daf1ffdd52bbded36d3e89c0b9 /searx/data/__init__.py
parent1091643f327e52cac0cff63cf9abeb4f9fc60370 (diff)
[upd] pypi: Bump black from 24.3.0 to 25.9.0 (#5251)
In 25.1.0 [2] an old bug has been fixed: "Docstring formatting does not apply to module docstrings" [3]. [1] https://github.com/psf/black/blob/main/CHANGES.md#2590 [2] https://github.com/psf/black/blob/main/CHANGES.md#2510 [3] https://github.com/psf/black/issues/4094 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/data/__init__.py')
-rw-r--r--searx/data/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/data/__init__.py b/searx/data/__init__.py
index 3f9a42e7d..fc3031680 100644
--- a/searx/data/__init__.py
+++ b/searx/data/__init__.py
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
"""This module holds the *data* created by::
- make data.all
+make data.all
"""
# pylint: disable=invalid-name