We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2448025 commit c2050ceCopy full SHA for c2050ce
1 file changed
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
enable-cache: true
28
- run: uv run --group typing mypy
29
- - run: nbqa mypy --ignore-missing-imports .
+ - run: uv run --group typing nbqa mypy --ignore-missing-imports .
30
31
run-tests:
32
0 commit comments