Skip to content

Commit

Permalink
Update lint_python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 2, 2023
1 parent 27e2e07 commit fd417be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Check the repository's Python code
run: python -m flake8 .
- name: Check the repository's Jupyter notebooks
run: python -m nbqa flake8 *.ipynb
run: python -m nbqa flake8 **/*.ipynb

0 comments on commit fd417be

Please sign in to comment.