[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>
This commit is contained in:
Markus Heiser
2025-09-26 12:35:57 +02:00
committed by GitHub
parent 1091643f32
commit 81cbe0befe
77 changed files with 84 additions and 171 deletions

View File

@@ -1,7 +1,5 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
"""Raise exception for an HTTP response is an error.
"""
"""Raise exception for an HTTP response is an error."""
import typing as t
from searx.exceptions import (