Skip to content

Commit 4d4c5cb

Browse files
committed
Disable pylint check
1 parent 4194666 commit 4d4c5cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest_blame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def pytest_report_header():
7373
break
7474
# check if no passing commit
7575
elif (
76+
# pylint: disable=C0330
7677
i == len(commits) - 1
7778
and getstatus(commits[i].hexsha, USERTOKEN) == "failure"
7879
):

0 commit comments

Comments
 (0)