Skip to content

Commit 6af2432

Browse files
authored
Update pylint.yml
1 parent 5b0202d commit 6af2432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
pip install .
2222
- name: Analysing the code with pylint
2323
run: |
24-
pylint $(git ls-files '*.py') --errors-only --disable=E1101,E0606
24+
pylint $(git ls-files '*.py') --errors-only --disable=E1101,E0606,E1121

0 commit comments

Comments
 (0)