fix(lint): ruff auto-fix + lewooogo-core src 加入 git

- Python: ruff --fix 修復 280 個 lint 錯誤
- lewooogo-core: src/ 目錄未追蹤,導致 CI eslint 失敗

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OG T
2026-03-23 23:51:37 +08:00
parent f78aab8b2a
commit 6f049877fc
68 changed files with 366 additions and 358 deletions

View File

@@ -4,15 +4,15 @@ Phase 3.3: 閒置資源掃描與成本換算
"""
from .cost_analyzer import (
IdleResourceScanner,
idle_scanner,
CostReport,
WastedResource,
IdleResourceScanner,
PricingConfig,
RecommendedAction,
ResourceType,
PricingConfig,
SavingsType,
WastedResource,
WasteReason,
idle_scanner,
)
__all__ = [