Skip to content

Commit b3ffc74

Browse files
authored
Update pylint.yml
1 parent 8a76c5f commit b3ffc74

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 -r requirements.txt
2222
- name: Analysing the code with pylint
2323
run: |
24-
pylint $(git ls-files 'onepyece/*.py')
24+
pylint --disable=R0913 $(git ls-files 'onepyece/*.py')

0 commit comments

Comments
 (0)