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 5f253ef commit aad8d4fCopy full SHA for aad8d4f
.github/workflows/mypycheck.yml
.github/workflows/pythonpackage.yml
@@ -29,6 +29,10 @@ jobs:
29
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
30
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
31
- name: install coverage
32
- run: pip install coverage
+ run: pip install coverage
33
+ - name: Mypy Check
34
+ uses: jpetrucciani/[email protected]
35
- name: Test
36
run: bash runtests.sh
37
+
38
0 commit comments