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