Update tox warning exception

E305 somehow popped up as a default warning which I don't care about.
This commit is contained in:
Virgil Dupras 2016-11-22 02:39:51 +00:00
parent c58a4817ca
commit e4b6e12d4c
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ deps =
[flake8]
exclude = .tox,env,build,hscommon,qtlib,cocoalib,cocoa,help,./qt/dg_rc.py,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,E731
ignore = W391,W293,E302,E261,E226,E227,W291,E262,E303,E265,E731,E305