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 A002 (shadowing builtin 'format'): Rename format params to export_format/output_format
- Fix N806 (variable naming): Rename PascalCase class variables to snake_case
- Fix UP045: Use 'X | None' instead of Optional[X]
- Fix F401: Remove unused imports (parse_qs, os)
- Fix B009: Replace getattr with direct attribute access
All critical linting issues resolved for GitHub Actions CI to pass.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments