We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b901b1 commit 519feefCopy full SHA for 519feef
flake8_helper/__init__.py
@@ -69,7 +69,7 @@ def report_error(self, node: ast.AST, error: str) -> None:
69
))
70
71
72
-class Plugin(ABC, Generic[_V]):
+class Plugin(ABC, Generic[_V]): # noqa: PRM003
73
"""
74
Abstract base class for Flake8 plugins.
75
0 commit comments