Skip to content

Commit

Permalink
Add workflow to find unused imports and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Dec 16, 2024
1 parent a57557f commit ed11516
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,7 @@ jobs:
run: |
black --check .
mypy .
- name: Unused imports and variables
run: |
pyflakes src tests

0 comments on commit ed11516

Please sign in to comment.