Skip to content

Commit 4b36338

Browse files
committed
add pyflakes
1 parent 7b262cc commit 4b36338

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,13 @@ jobs:
3434
python3 -m pip install -r requirements.in -r requirements-dev.txt
3535
- name: install mypy
3636
run: |
37-
python3 -m pip install mypy types-pycurl types-requests types-Markdown
37+
python3 -m pip install mypy types-pycurl types-requests types-Markdown pyflakes
3838
- name: run mypy
3939
run: |
4040
mypy nbviewer
41+
- name: run pyflakes
42+
run: |
43+
pyflakes nbviewer
4144
4245
- name: pip freeze
4346
run: |

0 commit comments

Comments
 (0)