codeflash-agent/reports/unstructured
Kevin Turcios 3ee9c22c8e
fix: resolve all ruff lint errors across repo (#38)
* fix: resolve all ruff lint errors across repo

Auto-fixed 31 errors (unused imports, formatting, simplifications).
Manually fixed 14 remaining:
- EXE001: removed shebangs from non-executable bench scripts
- C417: replaced map(lambda) with generator expression
- C901/PLR0915: extracted _write_and_instrument_tests from generate_ai_tests
- C901/PLR0912: extracted _parse_toml_addopts and _ini_section_name from modify_addopts
- RUF001/RUF002: replaced ambiguous Unicode chars (en dash, multiplication sign)
- FBT002: made boolean params keyword-only in report functions
- E402: moved `import re` to top of file in security reports

* fix: resolve pre-existing mypy errors across packages

- _testgen.py: annotate `generated` as `str` to avoid no-any-return
- _test_runner.py: use str() for TimeoutExpired stdout/stderr (bytes|str),
  remove unused type: ignore on proc.kill()
- _candidate_eval.py: annotate `speedup` as `float` to avoid no-any-return
  from lazy-loaded performance_gain
2026-04-23 10:22:42 -05:00
..
assets remove lightspeed canvas animation from report 2026-04-19 19:57:59 -07:00
screenshots Consolidate report into 4-tab view and clean up for production 2026-04-16 04:48:16 -05:00
blog-post.md add codeflash-agent case study md 2026-04-19 19:59:23 -07:00
data.json Update Unstructured engagement report (#25) 2026-04-15 13:11:28 -05:00
engagement_report.py fix: resolve all ruff lint errors across repo (#38) 2026-04-23 10:22:42 -05:00
plotly-cloud.toml Update Unstructured engagement report (#25) 2026-04-15 13:11:28 -05:00
pyproject.toml Update Unstructured engagement report (#25) 2026-04-15 13:11:28 -05:00
security_data.json Tailor security report for Lawrence, add UX improvements and talking points 2026-04-16 06:01:52 -05:00
security_report.py fix: resolve all ruff lint errors across repo (#38) 2026-04-23 10:22:42 -05:00
talking-points-lawrence.md Tailor security report for Lawrence, add UX improvements and talking points 2026-04-16 06:01:52 -05:00
theme.py remove lightspeed canvas animation from report 2026-04-19 19:57:59 -07:00