You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix unused variables (F841) in stack_detector.py and chat session services
- Fix blank line whitespace (W293) across multiple files
- Fix trailing whitespace (W291) in multiple files
- Fix f-string without placeholders (F541) in design_tokens router
- Fix undefined names (F821) in templates router
- Fix import order (I001) in templates router
Resolves GitHub Actions CI failure due to ruff linting errors.
0 commit comments