We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e707edd commit 82d93fcCopy full SHA for 82d93fc
.github/workflows/python_build.yml
@@ -30,7 +30,7 @@ jobs:
30
run: make dev
31
- name: Formatting and Linting
32
run: make lint
33
- - name: Typing
+ - name: Static type checking
34
run: make mypy
35
- name: Test with pytest
36
run: make test
0 commit comments