Typing stubs for pyflakes, providing type hints for the pyflakes library. Current version: 3.4.0.20260408. Released as part of typeshed, updated periodically to match pyflakes releases.
pip install types-pyflakesVerified import paths — ran on the pinned version, not inferred.
Install both pyflakes and its type stubs, then run mypy to type-check your code that uses pyflakes.
Simply install types-pyflakes alongside pyflakes. Type checking works automatically.
Upgrade to the latest version: pip install --upgrade types-pyflakes