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 3104d86 commit fa1ff0bCopy full SHA for fa1ff0b
.github/workflows/publish.yml
@@ -34,6 +34,9 @@ jobs:
34
run: poetry run black . --check
35
continue-on-error: true
36
37
+ - name: Analyse with MyPy
38
+ run: poetry run mypy src
39
+
40
- name: Test with pytest
41
run: poetry run pytest
42
.github/workflows/test.yml
@@ -36,6 +36,9 @@ jobs:
43
44
0 commit comments