cq: Ignore ruff import error

This commit is contained in:
Philipp Hörist
2025-01-26 23:04:45 +01:00
parent 6454755a6a
commit 7cb395e942
11 changed files with 14 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1 +1,4 @@
from .plugins_translations import PluginsTranslationsPlugin # pyright: ignore
# isort: skip_file
from .plugins_translations import (
PluginsTranslationsPlugin, # pyright: ignore # noqa: F401
)

View File

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

View File

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