Skip to content

Commit

Permalink
Add the unused-import check to pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
ksbeattie committed Nov 13, 2024
1 parent 28c1fe6 commit bafa7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pylint/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ runs:
shell: bash
run: |
echo '::group::Output of pylint'
pylint --rcfile=.pylint/pylintrc --disable=all --enable=E --enable=wrong-import-order foqus_lib/
pylint --rcfile=.pylint/pylintrc --disable=all --enable=E --enable=wrong-import-order,unused-import foqus_lib/
echo '::endgroup::'

0 comments on commit bafa7cc

Please sign in to comment.