cq: Ignore imports in __init__
This commit is contained in:
@@ -1 +1 @@
|
||||
from .acronyms_expander import AcronymsExpanderPlugin # type: ignore # noqa: F401
|
||||
from .acronyms_expander import AcronymsExpanderPlugin # pyright: ignore
|
||||
|
||||
@@ -1 +1 @@
|
||||
from .anti_spam import AntiSpamPlugin # type: ignore # noqa: F401
|
||||
from .anti_spam import AntiSpamPlugin # pyright: ignore
|
||||
|
||||
@@ -1 +1 @@
|
||||
from .clients_icons import ClientsIconsPlugin # type: ignore # noqa: F401
|
||||
from .clients_icons import ClientsIconsPlugin # pyright: ignore
|
||||
|
||||
@@ -1 +1 @@
|
||||
from .length_notifier import LengthNotifierPlugin # type: ignore # noqa: F401
|
||||
from .length_notifier import LengthNotifierPlugin # pyright: ignore
|
||||
|
||||
@@ -1 +1 @@
|
||||
from .msg_box_size import MsgBoxSizePlugin # type: ignore # noqa: F401
|
||||
from .msg_box_size import MsgBoxSizePlugin # pyright: ignore
|
||||
|
||||
@@ -1 +1 @@
|
||||
from .now_listen import NowListenPlugin # type: ignore # noqa: F401
|
||||
from .now_listen import NowListenPlugin # pyright: ignore
|
||||
|
||||
@@ -1 +1 @@
|
||||
from .pgpplugin import OpenPGPPlugin # type: ignore # noqa: F401
|
||||
from .pgpplugin import OpenPGPPlugin # pyright: ignore
|
||||
|
||||
@@ -1 +1 @@
|
||||
from .plugin import PGPPlugin # type: ignore # noqa: F401
|
||||
from .plugin import PGPPlugin # pyright: ignore
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
from .plugins_translations import ( # type: ignore # noqa: F401
|
||||
PluginsTranslationsPlugin,
|
||||
)
|
||||
from .plugins_translations import PluginsTranslationsPlugin # pyright: ignore
|
||||
|
||||
@@ -1 +1 @@
|
||||
from .plugin import QuickRepliesPlugin # type: ignore # noqa: F401
|
||||
from .plugin import QuickRepliesPlugin # pyright: ignore
|
||||
|
||||
@@ -1 +1 @@
|
||||
from .triggers import Triggers # type: ignore # noqa: F401
|
||||
from .triggers import Triggers # pyright: ignore
|
||||
|
||||
Reference in New Issue
Block a user