fix: update MyPy command in CI workflow to check the entire project
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
uv run ruff format --check
|
||||
- name: MyPy
|
||||
run: |
|
||||
uv run mypy src
|
||||
uv run mypy .
|
||||
- name: Pytest
|
||||
run: |
|
||||
uv run pytest
|
||||
|
||||
Reference in New Issue
Block a user