From e4b6e12d4c372bbc8e9654fa6842730ef851a0ad Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Tue, 22 Nov 2016 02:39:51 +0000 Subject: [PATCH] Update tox warning exception E305 somehow popped up as a default warning which I don't care about. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bd763c52..5c7b7681 100644 --- a/tox.ini +++ b/tox.ini @@ -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