From c80d727e374321573bb00e23876a67c77ff466e3 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 13:48:29 +0100 Subject: Bumped version, updated changelog, reduced code smell There is more work to do though, as many imports are still incorrect. Also, there are still print statements --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 4d827357..2b743870 100644 --- a/tox.ini +++ b/tox.ini @@ -17,4 +17,6 @@ commands = {posargs} [flake8] #show-source = True +ignore = E265,F403 +max-line-length = 120 exclude = .tox,.venv,build,dist,doc,git/ext/ -- cgit v1.2.3