Skip to content

Commit

Permalink
Exclude submodule from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wtclarke committed Apr 1, 2024
1 parent 3efcdb5 commit 16c03ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Lint
shell: bash -l {0}
run: |
python -m flake8 src
python -m flake8 src --exclude src/nifti_mrs/standard
- name: Run pytest
shell: bash -l {0}
run: |
Expand Down

0 comments on commit 16c03ac

Please sign in to comment.