Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 282 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 282 Bytes

pyflakes-ext

A quick'n'dirty wrapper around pyflakes that suppresses warnings for lines that contain # noqa or # NOQA. Some spurious warnings are also ignored.

Any command-line arguments and options are passed to pyflakes.

Installation

pip install pyflakes-ext