[loop-cycle-7] refactor: split research.py into research/ subpackage (#1405) (#1458)
Some checks failed
Tests / lint (push) Successful in 11s
Tests / test (push) Has been cancelled

This commit was merged in pull request #1458.
This commit is contained in:
2026-03-24 19:53:04 +00:00
parent 8518db921e
commit 4d2aeb937f
62 changed files with 1049 additions and 885 deletions

View File

@@ -140,7 +140,7 @@ ignore = [
known-first-party = ["config", "dashboard", "infrastructure", "integrations", "spark", "timmy", "timmy_serve"]
[tool.ruff.lint.per-file-ignores]
"tests/**" = ["S"]
"tests/**" = ["S", "E402"]
[tool.coverage.run]
source = ["src"]