There was an error while loading. Please reload this page.
1 parent 82e9129 commit 2f777c6Copy full SHA for 2f777c6
1 file changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
run: uv run ruff format --check .
33
34
- name: Type check
35
- run: uv run mypy
+ run: uv run mypy .
36
37
- name: Run tests
38
run: uv run pytest
0 commit comments