From d417779f1c2fc59cb1ac0b58d422faf5715c8006 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Wed, 7 Nov 2018 06:27:17 +0300 Subject: [PATCH] lint fix --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b99660fb..50ec8431 100644 --- a/tox.ini +++ b/tox.ini @@ -43,4 +43,5 @@ max-line-length = 160 # W503 line break before binary operator # E227 missing whitespace around bitwise or shift operator # E241 multiple spaces after -ignore=W503,E227,E241 +# E252 missing whitespace around parameter equals +ignore=W503,E227,E241,E252