Skip to content

Commit 33f3548

Browse files
committed
add comma
1 parent 9789031 commit 33f3548

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
@@ -23,4 +23,4 @@ jobs:
2323
pip install pylint
2424
- name: Analysing the code with pylint
2525
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
26+
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

Comments
 (0)