Skip to content

Commit c145776

Browse files
authored
Merge pull request #3659 from shlokgilda/fix/issue-3657-pylint-filter-mode
Update pylint filter mode to 'diff_context'
2 parents a53c3aa + 62d1bad commit c145776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
reporter: github-pr-review
2828
level: warning
2929
glob_pattern: "**/*.py"
30-
filter_mode: "file"
30+
filter_mode: "diff_context"
3131

3232
misspell:
3333
name: runner / misspell

0 commit comments

Comments
 (0)