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: make all SQL queries multiline for black stability
- Convert remaining single-line SQL f-strings to multiline format
- Add nosec B608 comments to each f-string line for bandit compatibility
- Ensure black formatting is stable and won't reformat these lines
- All SQL queries now use consistent multiline pattern
Bandit: 0 issues, 16 properly suppressed
Black: formatting stable, no more reformatting
0 commit comments