Skip to content

Commit 9738918

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1229f7a commit 9738918

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pylint/reporters/text.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,9 @@ def handle_message(self, msg: Message) -> None:
256256

257257

258258
class GithubReporter(TextReporter):
259-
"""Report messages in GitHub's special format to annotate code in its user interface."""
259+
"""Report messages in GitHub's special format to annotate code in its user
260+
interface.
261+
"""
260262

261263
name = "github"
262264
line_format = "::{category} file={path},line={line},endline={end_line},col={column},title={msg_id}::{msg}"

0 commit comments

Comments
 (0)