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
|
uv run ruff format --check
|
||||||
- name: MyPy
|
- name: MyPy
|
||||||
run: |
|
run: |
|
||||||
uv run mypy src
|
uv run mypy .
|
||||||
- name: Pytest
|
- name: Pytest
|
||||||
run: |
|
run: |
|
||||||
uv run pytest
|
uv run pytest
|
||||||
|
|||||||
Reference in New Issue
Block a user