Refactor done using GLM-5

This commit is contained in:
Alishahryar1 2026-02-15 21:58:03 -08:00
parent a336b0f3ae
commit 539854fe7b
53 changed files with 172 additions and 683 deletions

View file

@ -38,6 +38,9 @@ jobs:
enable-cache: true
cache-python: true
- name: Lint
run: uv run ruff check
- name: Type check
run: uv run ty check