mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
346 B
346 B
Enhancements
Features
Fixes
- Fix ruff lint errors (import sorting, unused variable, magic constant)
- Fix mypy errors (optional ML dep imports, sqlite row type casts)
- Fix ruff format violations across test files
- Restore clean bubble_sort_method.py test fixture
- Use pytest.importorskip for optional torch/jax/tensorflow deps