We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f2cd2 commit 590cc6fCopy full SHA for 590cc6f
1 file changed
.github/workflows/build.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
ruff check .
26
ruff format --check .
27
+ mypy --install-types
28
mypy .
29
- name: Test
30
0 commit comments