Fix tox tests

Add new warning to ignores
This commit is contained in:
Virgil Dupras 2016-05-24 22:54:28 -04:00
parent 2ed1b82ecf
commit 4b6f8b45e2
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ deps =
[flake8]
exclude = .tox,env,build,hscommon,qtlib,cocoalib,cocoa,help,./get-pip.py,./qt/dg_rc.py,./core*/tests,qt/run_template.py,cocoa/run_template.py,./run.py,./pkg
max-line-length = 120
ignore = W391,W293,E302,E261,E226,E227,W291,E262,E303,E265
ignore = W391,W293,E302,E261,E226,E227,W291,E262,E303,E265,E731