Skip to content

Commit 63e76ce

Browse files
committed
Update reproducibility-checker.yml
1 parent c0f54ad commit 63e76ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reproducibility-checker.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
2222
- name: Lint Jupyter Notebooks
2323
run: |
24-
find ./book/chapters/ -type f -name '*.ipynb' -exec nbqa flake8 --select=E,F --ignore=W {} + > lint_logs.txt
24+
find ./book/chapters/ -type f -name '*.ipynb' -exec nbqa flake8
25+
--select=F8 --ignore=W {} + > lint_logs.txt
2526
2627
# Fail the workflow if linting errors are found
2728
continue-on-error: true

0 commit comments

Comments
 (0)