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 8278e8a commit df839a9Copy full SHA for df839a9
.github/workflows/test.yml
@@ -26,3 +26,6 @@ jobs:
26
- name: Run tests
27
run: |
28
uv run pytest tests
29
+ - name: Run typing
30
+ run: |
31
+ uv run mypy src
0 commit comments