style: mechanical ruff --fix + format for tests/ (split 2/6 of #125)#131
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
📋 Best Practices for Large Changes
✅ This PR meets minimum requirements but is larger than recommended. |
| from engine.config.loader import DomainPackLoader | ||
| from engine.sync.generator import SyncGenerator | ||
|
|
||
| loader = DomainPackLoader(domains_dir=Path(__file__).parent.parent.parent / "domains") |
| loader = DomainPackLoader( | ||
| domains_dir=Path(__file__).parent.parent.parent / "domains" | ||
| ) | ||
| loader = DomainPackLoader(domains_dir=Path(__file__).parent.parent.parent / "domains") |
| import engine.gates.compiler as gc | ||
| import engine.sync.generator as sg | ||
| import engine.scoring.assembler as sa | ||
| import engine.sync.generator as sg |
f0116ad to
87819d4
Compare
|
|
❌ Too Many Files Changed ❌ PR Too Large 📋 Best Practices for Large Changes
🚫 This PR is blocked from merging until size limits are met. |



Summary
Mechanical-only
ruff --fixandruff formatremediation of pre-existing lint/format debt intests/. Extracted verbatim from #125 (commit bb92eb8), split to satisfy the 50-file PR policy limit. No behavior changes.Companion to #130 (engine/l9_core/tools). See #130 for the full split-series map replacing #125.