We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7876498 commit 637d1a2Copy full SHA for 637d1a2
1 file changed
.github/workflows/test_style_notebooks.yml
@@ -25,4 +25,4 @@ jobs:
25
shell: bash -l {0}
26
run: |
27
micromamba activate TEST
28
- flake8-nb examples --ignore=W391,E226,E402,W504,I100,I201,I202,E703 --max-line-length=120 --show-source --count
+ flake8-nb examples/* --ignore=W391,E226,E402,W504,I100,I201,I202,E703 --max-line-length=120 --show-source --count
0 commit comments