fix: update MyPy command in CI workflow to check the entire project
Some checks failed
CI / test (3.13) (push) Successful in 42s
Publish to TestPyPI / build-publish (release) Failing after 29s
Publish to PyPI / build-publish (release) Has been skipped

This commit is contained in:
Alexander Kalinovsky
2025-08-26 20:23:41 +03:00
parent 1e043efb6f
commit 41bbc0bf58

View File

@@ -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