This commit is contained in:
Ivan Gabaldon
2026-09-01 21:46:00 +02:00
parent aee33412aa
commit 401d7f9f51
85 changed files with 48 additions and 73 deletions

View File

@@ -9,6 +9,7 @@
gradually. For more, please read :ref:`result types`.
"""
# pylint: disable=too-few-public-methods

View File

@@ -26,6 +26,7 @@ template.
:members:
:show-inheritance:
"""
# pylint: disable=too-few-public-methods

View File

@@ -12,6 +12,7 @@ template. For highlighting the code passages, Pygments_ is used.
:show-inheritance:
"""
# pylint: disable=too-few-public-methods, disable=invalid-name
__all__ = ["Code"]
@@ -26,7 +27,6 @@ from pygments.formatters import HtmlFormatter # pylint: disable=no-name-in-modu
from ._base import MainResult
_pygments_languages: list[str] = []

View File

@@ -11,6 +11,7 @@ template.
:show-inheritance:
"""
# pylint: disable=too-few-public-methods

View File

@@ -11,6 +11,7 @@ template.
:members:
"""
# pylint: disable=too-few-public-methods
__all__ = ["Image", "ImageRef"]

View File

@@ -11,6 +11,7 @@ template.
:show-inheritance:
"""
# pylint: disable=too-few-public-methods

View File

@@ -19,6 +19,7 @@ Related topics:
:show-inheritance:
"""
# pylint: disable=too-few-public-methods, disable=invalid-name
__all__ = ["Paper"]