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
Modernize string formatting to f-strings and improve readability
- Convert all .format() and % formatting to f-strings across codebase
- Update ruff config to remove UP031/UP032 ignores (Python 2 legacy)
- Add noqa comments to dynamic template .format() calls (can't convert to f-strings)
- Use SimpleNamespace for dot notation access in test_variations.py
- Refactor __repr__ method for improved readability
- All 1182 tests pass, ruff checks pass
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
0 commit comments