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 5b0202d commit 6af2432Copy full SHA for 6af2432
.github/workflows/pylint.yml
@@ -21,4 +21,4 @@ jobs:
21
pip install .
22
- name: Analysing the code with pylint
23
run: |
24
- pylint $(git ls-files '*.py') --errors-only --disable=E1101,E0606
+ pylint $(git ls-files '*.py') --errors-only --disable=E1101,E0606,E1121
0 commit comments