fix: resolve CI mypy type checking issues
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
run: ruff check .
|
||||
|
||||
- name: Type check with mypy
|
||||
run: mypy src/
|
||||
run: mypy src/ --python-version 3.10
|
||||
|
||||
- name: Run tests
|
||||
run: pytest tests/ -v --cov=src --cov-report=xml
|
||||
|
||||
Reference in New Issue
Block a user