Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natzar authored Dec 28, 2023
1 parent 38bcea3 commit d68762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
black .
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py') --disable=E0401,C0301,C0116,C0114,C0115,W0622,R0903,W0718,R1722,R0912,R1705
pylint $(git ls-files '*.py') --disable=E0401,C0301,C0116,C0114,C0115,W0622,R0903,W0718,R1722,R0912,R1705,C0103,W0603
- name: Check for changes
id: changes
run: |
Expand Down

0 comments on commit d68762d

Please sign in to comment.