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:
Adam Ladachowski
2026-02-14 02:19:05 +01:00
parent 706cc765e9
commit 4a763765af
+1 -1
View File
@@ -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/