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