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
why: Address B007, SIM102, PERF102, and E501 linting violations to maintain code quality standards.
what:
- Replace unused loop variable with underscore prefix
- Combine nested if statements using logical and operators
- Use values() instead of items() when keys are not needed
- Split long conditional statement across multiple lines for readability
refs: ruff check compliance
0 commit comments