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: Fix all linting and formatting issues across codebase
- Fix E402 import order in backend/api/wizards.py
- Fix B007 loop variable in benchmark_parallelization.py
- Fix E741 ambiguous variable name in context_collector.py
- Fix F821 undefined name in test_e2e.py (add TEXT_DOCUMENT_DID_OPEN)
- Fix F841 unused variables in example files
- Run black formatter on all files
- Run ruff --fix to auto-fix issues
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments