Skip to content

Commit 2f777c6

Browse files
committed
CI: fix mypy
1 parent 82e9129 commit 2f777c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: uv run ruff format --check .
3333

3434
- name: Type check
35-
run: uv run mypy
35+
run: uv run mypy .
3636

3737
- name: Run tests
3838
run: uv run pytest

0 commit comments

Comments
 (0)