Skip to content

Commit

Permalink
Add comment about ignored PEP8 error messages in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Jan 8, 2016
1 parent 64719c6 commit 5ff76db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ ignore-files=(plot_.*.py|conf\.py)
universal=1

[flake8]
# For PEP8 error codes see
# http://pep8.readthedocs.org/en/latest/intro.html#error-codes
# E402: module level import not at top of file
ignore=E402

0 comments on commit 5ff76db

Please sign in to comment.