LinterComment#

class LinterComment[source]#

A old style linter comment.

code: str#

The code produced by the linter. The meaning depends on the linter used.

line: int#

The line the comment was placed on.

msg: Optional[str]#

The message of the comment.