We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f89303 commit 98af3a4Copy full SHA for 98af3a4
1 file changed
.github/workflows/tests.yml
@@ -41,6 +41,9 @@ jobs:
41
- name: Lint with flake8
42
run: poetry run flake8
43
44
+ - name: Lint with mypy
45
+ run: poetry run mypy .
46
+
47
- name: Print python versions
48
run: |
49
python -V
0 commit comments