Skip to content

Commit

Permalink
Merged milmazz/E712
Browse files Browse the repository at this point in the history
  • Loading branch information
satanas committed May 11, 2014
2 parents b74157b + ba1bac5 commit 9efeedc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,13 @@ commands =
# E302 expected 2 blank lines
# E303 too many blank lines
# E501 line too long
# E711 comparison to None should be 'if cond is not None:'
# F401 imported but unused
# F403 unable to detect undefined names
# F821 undefined name
# F841 local variable is assigned to but never used
# F999 syntax error in doctest
# W291 trailing whitespace
show-source = True
ignore = E126,E128,E231,E261,E301,E302,E303,E501,E711,E712,F401,F403,F821,F841,F999,W291,W391,W601
ignore = E126,E128,E231,E251,E261,E301,E302,E303,E501,E711,E712,F401,F403,F821,F841,F999,W291,W391,W601
exclude = .venv,.git,.tox,dist,doc,build,*egg,*shortypython*

0 comments on commit 9efeedc

Please sign in to comment.