fix: resolve CI mypy type checking issues
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 22:57:28 +00:00
parent 977144e58a
commit c600ed35ab

View File

@@ -31,7 +31,7 @@ jobs:
run: ruff check . run: ruff check .
- name: Type check with mypy - name: Type check with mypy
run: mypy src/ run: mypy src/ --python-version 3.10
- name: Run tests - name: Run tests
run: pytest tests/ -v --cov=src --cov-report=xml run: pytest tests/ -v --cov=src --cov-report=xml