From e755625bc6b8f155f375fd7c83caa3fdff3e8619 Mon Sep 17 00:00:00 2001 From: Sergey Tereschenko Date: Tue, 12 Feb 2019 23:29:01 +0200 Subject: [PATCH] update flake8 config --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index df90f16..46e8364 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,6 @@ [flake8] max-line-length = 100 +ignore = E722, E241, W504 exclude = .tox,docs/modeltranslation/conf.py [tox]