We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a76c5f commit b3ffc74Copy full SHA for b3ffc74
.github/workflows/pylint.yml
@@ -21,4 +21,4 @@ jobs:
21
pip install -r requirements.txt
22
- name: Analysing the code with pylint
23
run: |
24
- pylint $(git ls-files 'onepyece/*.py')
+ pylint --disable=R0913 $(git ls-files 'onepyece/*.py')
0 commit comments