cq: Ignore imports in __init__

This commit is contained in:
Philipp Hörist
2025-01-26 18:22:53 +01:00
parent 6ad70f5926
commit 72aa209b43
11 changed files with 11 additions and 13 deletions

View File

@@ -1 +1 @@
from .acronyms_expander import AcronymsExpanderPlugin # type: ignore # noqa: F401
from .acronyms_expander import AcronymsExpanderPlugin # pyright: ignore

View File

@@ -1 +1 @@
from .anti_spam import AntiSpamPlugin # type: ignore # noqa: F401
from .anti_spam import AntiSpamPlugin # pyright: ignore

View File

@@ -1 +1 @@
from .clients_icons import ClientsIconsPlugin # type: ignore # noqa: F401
from .clients_icons import ClientsIconsPlugin # pyright: ignore

View File

@@ -1 +1 @@
from .length_notifier import LengthNotifierPlugin # type: ignore # noqa: F401
from .length_notifier import LengthNotifierPlugin # pyright: ignore

View File

@@ -1 +1 @@
from .msg_box_size import MsgBoxSizePlugin # type: ignore # noqa: F401
from .msg_box_size import MsgBoxSizePlugin # pyright: ignore

View File

@@ -1 +1 @@
from .now_listen import NowListenPlugin # type: ignore # noqa: F401
from .now_listen import NowListenPlugin # pyright: ignore

View File

@@ -1 +1 @@
from .pgpplugin import OpenPGPPlugin # type: ignore # noqa: F401
from .pgpplugin import OpenPGPPlugin # pyright: ignore

View File

@@ -1 +1 @@
from .plugin import PGPPlugin # type: ignore # noqa: F401
from .plugin import PGPPlugin # pyright: ignore

View File

@@ -1,3 +1 @@
from .plugins_translations import ( # type: ignore # noqa: F401
PluginsTranslationsPlugin,
)
from .plugins_translations import PluginsTranslationsPlugin # pyright: ignore

View File

@@ -1 +1 @@
from .plugin import QuickRepliesPlugin # type: ignore # noqa: F401
from .plugin import QuickRepliesPlugin # pyright: ignore

View File

@@ -1 +1 @@
from .triggers import Triggers # type: ignore # noqa: F401
from .triggers import Triggers # pyright: ignore