We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e367d7d commit 99a5c44Copy full SHA for 99a5c44
.github/workflows/ci.yml
@@ -46,3 +46,7 @@ jobs:
46
47
- name: Run tests with pytest
48
run: pytest || echo "No tests found yet, skipping..."
49
+
50
+ - name: Run Mypy
51
+ run: mypy .
52
0 commit comments