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 7ee85ad commit 8d70581Copy full SHA for 8d70581
.github/workflows/Lint-and-test.yml
@@ -26,5 +26,7 @@ jobs:
26
python-version: "3.12"
27
- name: Install dependencies
28
run: uv sync --all-extras --dev
29
+ - name: run ty check
30
+ run: uvx ty check
31
- name: Test with pytest
32
run: uv run pytest tests
0 commit comments