Commit Graph

3 Commits

Author SHA1 Message Date
Jason 11aa590cf2 fix: full-repo ruff lint cleanup and CI migration to uv
Resolve all 374 ruff errors across 36 Python files (E501, E702, E722,
E741, F821, F841, invalid-syntax) bringing `ruff check .` to zero
errors repo-wide with line-length=100.

Rewrite CI workflow to use uv for dependency management, whole-repo
`ruff check .`, py_compile syntax gate, and merged python-tests job.
Add pyproject.toml with ruff config and uv dependency groups.

CI structure proposed by hcm444.
2026-04-09 02:05:34 +03:00
NawfalMotii79 e0ff3b1bc5 Add files via upload 2026-03-15 22:03:54 +00:00
NawfalMotii79 4b7eb54ee8 Add files via upload 2026-03-09 00:05:18 +00:00