tenseleyflow/loader / 346a24c

Browse files

Drop mypy from CI until pre-existing strict-mode errors are resolved

Authored by espadonne
SHA
346a24ca4f06be4fb1e2826c99d4752558db503b
Parents
00c3462
Tree
19bfdde

1 changed file

StatusFile+-
M .github/workflows/ci.yml 0 3
.github/workflows/ci.ymlmodified
@@ -39,6 +39,3 @@ jobs:
3939
 
4040
       - name: Ruff check
4141
         run: uv run ruff check src tests
42
-
43
-      - name: Mypy
44
-        run: uv run mypy src