We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9789031 commit 33f3548Copy full SHA for 33f3548
.github/workflows/pylint.yml
@@ -23,4 +23,4 @@ jobs:
23
pip install pylint
24
- name: Analysing the code with pylint
25
run: |
26
- pylint $(git ls-files '*.py') --disable C0207,C0415,W0603,W0706,E0401,C0104,C0200,E0110C0201,W0718,C0206,C0410,C0411,W0611,C0115,W0613,C0301,C0114,C0116,C0103,W1514,R1732,W1509,R0913,R0914,R1702,R0912,R0915,R0801,R0911,R0917
+ pylint $(git ls-files '*.py') --disable C0207,C0415,W0603,W0706,E0401,C0104,C0200,E0110,C0201,W0718,C0206,C0410,C0411,W0611,C0115,W0613,C0301,C0114,C0116,C0103,W1514,R1732,W1509,R0913,R0914,R1702,R0912,R0915,R0801,R0911,R0917
0 commit comments