Merge branch 'patch-1' of pinguin999/flake8

This commit is contained in:
Ian Cordasco 2016-06-15 19:30:08 -05:00
commit 396f69ba42
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -31,6 +31,11 @@ files are read if present. Only the first file is considered. If this file
does not have a ``[flake8]`` section, no project specific configuration is
loaded.
Per Code Line
-------
To ignore one line of code add ``# NOQA`` as a line comment.
Default
-------