From ef45ac7544f95e8a1b400282f75a02dd48e61fcb Mon Sep 17 00:00:00 2001 From: wrwrwr Date: Sat, 25 Oct 2014 16:45:57 +0200 Subject: [PATCH] Added flake8 config to tox.ini. --- tox.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tox.ini b/tox.ini index 7aa1bbf..c043596 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,7 @@ +[flake8] +max-line-length = 100 +exclude = .tox,docs/modeltranslation/conf.py + [tox] distribute = False envlist =