Skip to content

Commit

Permalink
Add flake8 block to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Jan 25, 2016
1 parent 7f1484f commit 011347c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Expand Up @@ -18,3 +18,9 @@ deps = {[testenv:py33]deps}

[testenv:py35]
deps = {[testenv:py33]deps}

[flake8]
ignore=E128,E501,F403
# E128 continuation line under-indented for visual indent
# E501 line too long (X > 79 characters)
# F403 'from xyz import *' used; unable to detect undefined names

0 comments on commit 011347c

Please sign in to comment.