Skip to content

Commit 7487520

Browse files
committed
no more globbing
1 parent 637d1a2 commit 7487520

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_style_notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
shell: bash -l {0}
2626
run: |
2727
micromamba activate TEST
28-
flake8-nb examples/* --ignore=W391,E226,E402,W504,I100,I201,I202,E703 --max-line-length=120 --show-source --count
28+
for fname in examples/*.ipynb; do echo $fname $(flake8-nb $fname --ignore=W391,E226,E402,W504,I100,I201,I202,E703 --max-line-length=120 --show-source --count); done

0 commit comments

Comments
 (0)