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 1b835c9 commit ba9de37
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,
pylint $(git ls-files '*.py') --disable=E0401,C0301,C0116,C0114,C0115,W0622,R0903
- name: Check for changes
id: changes
run: |
Expand Down

0 comments on commit ba9de37

Please sign in to comment.