Skip to content

Remove F821 monkeypatch #522

@srittau

Description

@srittau

See python/typeshed#14357 for background.

It seems that pyflakes 3.4.0 changed the F821 check, which we moneypatch. When upgrading pyflakes, we get new errors for the following pattern:

X: Foo

a = X.bar  # F821 undefined name `X`

We probably need to update our monkeypatch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions