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
Previously, flake8-pyi monkey patched flake8's F821 (undefined name) check to
avoid false positives in stub files. This monkey patch has been removed.
Instead, we now recommend to disable F821 when running flake8 on stub files.
Remove the now unnecessary --no-pyi-aware-file-checker option.
Y034 no longer triggers in protocol class definitions.