Commit graph

2 commits

Author SHA1 Message Date
Tejas Chopra
fe50f9daed fix(ci): restore green lint gate on main
Merges of #564/#555 landed lint regressions that the old HF-429-masked CI hid:
- I001 unsorted imports in tests/repro_unsendable_panic.py (#564)
- ruff-format drift in helpers.py and code_compressor.py
- mypy arg-type on get_language() in code_compressor.py (#564 dropped the
  type: ignore the old get_parser() call had)

ruff check + ruff format --check + mypy headroom all green.
2026-06-04 14:15:49 -07:00
M Barry
6a70ea653c test(code_compressor): add unsendable-panic repro and thread-local parser tests 2026-06-03 17:02:07 -05:00