codeflash-internal/django/aiservice/mypy_allowlist.txt
Kevin Turcios e26a8ea486
Reorganize top-level feature modules under core/ (#2416)
## Summary

- Move `log_features/` → `core/log_features/` (Django app with
`managed=False` models, no DB impact)
- Move `ranker/`, `workflow_gen/`, `adaptive_optimizer/` →
`core/languages/python/` (Python-focused API modules)
- Update all imports across the codebase (19 files)

## Test plan

- [x] All 548 tests pass
- [x] No stale top-level imports (`from log_features.`, `from ranker.`,
etc.)
- [x] `log_features` AppConfig preserves `label = "log_features"` for
Django app registry compatibility
2026-02-14 17:07:40 -05:00

28 lines
1.1 KiB
Text

tests/optimizer/__init__.py
core/languages/python/optimizer/__init__.py
core/languages/python/optimizer/code_utils/__init__.py
authapp/__init__.py
authapp/tests.py
core/languages/python/testgen/models.py
tests/testgen/test_testgen.py
tests/testgen/__init__.py
core/languages/python/testgen/__init__.py
tests/testgen_instrumentation/__init__.py
core/languages/python/testgen/instrumentation/__init__.py
tests/testgen_postprocessing/__init__.py
tests/testgen_postprocessing/test_remove_asserts.py
tests/testgen_postprocessing/test_validate_code.py
core/languages/python/testgen/postprocessing/__init__.py
core/languages/python/testgen/postprocessing/code_validator.py
core/languages/python/testgen/postprocessing/topdef_terminator.py
core/languages/python/testgen/postprocessing/removeassert_transformer.py
core/log_features/__init__.py
aiservice/middleware/__init__.py
tests/aiservice/__init__.py
aiservice/management/__init__.py
aiservice/management/commands/__init__.py
aiservice/__init__.py
aiservice/models/__init__.py
aiservice/models/functions_to_optimize.py
aiservice/analytics/__init__.py
gunicorn.conf.py