Drop mypy from CI until pre-existing strict-mode errors are resolved
- SHA
346a24ca4f06be4fb1e2826c99d4752558db503b- Parents
-
00c3462 - Tree
19bfdde
346a24c
346a24ca4f06be4fb1e2826c99d4752558db503b00c3462
19bfdde| Status | File | + | - |
|---|---|---|---|
| M |
.github/workflows/ci.yml
|
0 | 3 |
.github/workflows/ci.ymlmodified@@ -39,6 +39,3 @@ jobs: | |||
| 39 | 39 | ||
| 40 | - name: Ruff check | 40 | - name: Ruff check |
| 41 | run: uv run ruff check src tests | 41 | run: uv run ruff check src tests |
| 42 | - | ||
| 43 | - - name: Mypy | ||
| 44 | - run: uv run mypy src | ||