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
cli/fmt(refactor[typing]): Use object/Mapping for config input
why: Replace Any in formatting helpers while still accepting varied config dict shapes.
what:
- Type normalize_repo_config/format_config with object and Mapping inputs
- Update fmt tests to match new config_factory signatures
0 commit comments