codeflash-agent/.codeflash/krrt7
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
..
codeflash-ai/ci-audit Add codeflash org CI audit case study and interactive Dash report 2026-04-23 03:56:04 -05:00
coveragepy/coveragepy Update coveragepy status after E2E validation session 2026-04-21 21:19:24 -05:00
microsoft/typeagent Add typeagent-py case study (#17) 2026-04-14 23:25:29 -05:00
netflix/metaflow Update metaflow README with actual results and PR status (#19) 2026-04-14 23:41:55 -05:00
odoo Lint and format entire repo, not just packages (#23) 2026-04-15 03:16:15 -05:00
plotly/plotly.py fix: resolve all ruff lint errors across repo (#38) 2026-04-23 10:22:42 -05:00
python/pip Migrate .codeflash/ to {teammember}/{org}/{project}/ format (#15) 2026-04-14 23:04:34 -05:00
python-attrs/attrs Use attrs fork with deferred inspect import 2026-04-21 02:27:50 -05:00
textualize/rich Lint and format entire repo, not just packages (#23) 2026-04-15 03:16:15 -05:00
typeagent-py Migrate .codeflash/ to {teammember}/{org}/{project}/ format (#15) 2026-04-14 23:04:34 -05:00
unstructured/core-product Add iterative-discovery narrative and missing findings across all reports 2026-04-16 15:02:39 -05:00