Skip to content

Commit

Permalink
ci: Split notebook flake8 into its own step
Browse files Browse the repository at this point in the history
  • Loading branch information
EdCaunt committed Nov 13, 2024
1 parent b30c429 commit 0034035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
- name: Lint with flake8
run: |
flake8 --builtins=ArgumentError .
- name: Lint notebooks with flake8
nbqa flake8 examples/

0 comments on commit 0034035

Please sign in to comment.