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