💬 Commit message: Update 2026-01-26 09:45:57, 5 files, 18 lines

📁 Files changed: 5
📝 Lines changed: 18

  • build.py
  • check.py
  • pyproject.toml
  • tensors.py
  • uv.lock
This commit is contained in:
Adam Ladachowski
2026-01-26 09:45:57 +01:00
parent 65d80c5eb5
commit 0ee55a9db5
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ def main() -> int:
["uv", "run", "ruff", "check", ".", *(["--fix"] if fix_mode else [])],
"Ruff Lint",
),
(["uv", "run", "mypy", "sft_get.py"], "Mypy"),
(["uv", "run", "mypy", "tensors.py"], "Mypy"),
]
# Fix the format check command