Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
arcb01 committed Nov 5, 2023
1 parent a003e75 commit d83e987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-eval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: cmd
- name: Lint the code
run: |
python -m pylint --disable=R,C --fail-under=9 --extension-pkg-whitelist=PyQt5,PyQt5-Qt5,PyQt5-sip ./gnarrator/
python -m pylint --disable=R,C --fail-under=9 ./gnarrator/ --extension-pkg-whitelist=PyQt5
shell: cmd
- name: Formating the code
run: |
Expand Down

0 comments on commit d83e987

Please sign in to comment.