Skip to content

Commit 519feef

Browse files
committed
Ignore flake8 error.
1 parent 3b901b1 commit 519feef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake8_helper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def report_error(self, node: ast.AST, error: str) -> None:
6969
))
7070

7171

72-
class Plugin(ABC, Generic[_V]):
72+
class Plugin(ABC, Generic[_V]): # noqa: PRM003
7373
"""
7474
Abstract base class for Flake8 plugins.
7575

0 commit comments

Comments
 (0)