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
Remove pyrefly 1897 workarounds and use the strict preset (#3567)
* Remove workarounds for closed pyrefly issue 1897
pyrefly 1.2.0 supports copy.replace, so the explicit annotations and
ignore comments are no longer needed.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* Make pyrefly error on unused ignore comments
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* Use the pyrefly strict preset
The strict preset enables unused-ignore along with implicit-any,
missing-override-decorator and other checks. Fix the new errors:
add @OverRide decorators, replace an untyped lambda sort key with a
typed function, and type two empty containers.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
0 commit comments