style: Auto-format 48 files with ruff format

- Fixed formatting to comply with ruff standards
- No functional changes, only formatting/style
- Completes CI/CD pipeline formatting requirements
This commit is contained in:
yusyus
2026-02-15 20:24:32 +03:00
parent 83b03d9f9f
commit 57061b7daf
48 changed files with 626 additions and 548 deletions

View File

@@ -870,7 +870,7 @@ def main():
# AI Enhancement (if requested)
enhance_mode = args.ai_mode
if getattr(args, 'enhance_level', 0) > 0:
if getattr(args, "enhance_level", 0) > 0:
# Auto-detect mode if enhance_level is set
enhance_mode = "auto" # ConfigEnhancer will auto-detect API vs LOCAL