We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b262cc commit 4b36338Copy full SHA for 4b36338
.github/workflows/test.yaml
@@ -34,10 +34,13 @@ jobs:
34
python3 -m pip install -r requirements.in -r requirements-dev.txt
35
- name: install mypy
36
run: |
37
- python3 -m pip install mypy types-pycurl types-requests types-Markdown
+ python3 -m pip install mypy types-pycurl types-requests types-Markdown pyflakes
38
- name: run mypy
39
40
mypy nbviewer
41
+ - name: run pyflakes
42
+ run: |
43
+ pyflakes nbviewer
44
45
- name: pip freeze
46
0 commit comments