Skip to content

26.5.0

Latest

Choose a tag to compare

@srittau srittau released this 11 May 14:41
· 4 commits to main since this release

Breaking Changes

  • 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.

New Error Codes

  • Y068: Don't use @override in stub files

Other changes

  • Drop support for Python 3.9