Skip to content

Commit

Permalink
Update .github/workflows/check_code.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Tito Dal Canton <[email protected]>
  • Loading branch information
GarethCabournDavies and titodalcanton authored Jan 9, 2025
1 parent f9b672c commit 7db78a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Install flake8
run: pip install flake8
- name: Checking executables for unused imports
run: flake8 --select=F401 `find bin -type f`
run: flake8 --select=F401 `find bin -type f -name pycbc_*`
- name: Checking modules for unused imports
run: flake8 --select=F401 `find pycbc | grep '\.py$' | grep -v -e __init__ -e "version.py"`
- name: Checking tests for unused imports
Expand Down

0 comments on commit 7db78a9

Please sign in to comment.