cq: Ignore ruff errors for plugin init imports

This commit is contained in:
wurstsalat
2024-05-19 15:34:10 +02:00
parent addc9abf76
commit 3844293d45
11 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1 +1 @@
from .plugins_translations import PluginsTranslationsPlugin # type: ignore
from .plugins_translations import PluginsTranslationsPlugin # type: ignore # noqa: F401

View File

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

View File

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