Skip to content

Commit c2050ce

Browse files
committed
fix typing.
1 parent 2448025 commit c2050ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
enable-cache: true
2828
- run: uv run --group typing mypy
29-
- run: nbqa mypy --ignore-missing-imports .
29+
- run: uv run --group typing nbqa mypy --ignore-missing-imports .
3030

3131
run-tests:
3232

0 commit comments

Comments
 (0)