Fix mypy path in CI workflow
Changed from tensors.py to tensors/ directory. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -58,4 +58,4 @@ jobs:
|
||||
run: uv run ruff format --check .
|
||||
|
||||
- name: Run mypy
|
||||
run: uv run mypy tensors.py
|
||||
run: uv run mypy tensors/
|
||||
|
||||
Reference in New Issue
Block a user