From d1ddc8c6cbfd6c24006a23977ed0c169f4bce698 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 15 Sep 2014 22:01:13 +0200 Subject: Fix lint --- .flake8 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.flake8') diff --git a/.flake8 b/.flake8 index 0c7c865d4..7eb1c2210 100644 --- a/.flake8 +++ b/.flake8 @@ -12,6 +12,7 @@ # F811: Redifiniton # W292: No newline at end of file # E702: multiple statements on one line -ignore=E241,E265,F401,E501,F821,F841,E222,F811,W292,E702 +# E225: missing whitespace around operator +ignore=E241,E265,F401,E501,F821,F841,E222,F811,W292,E702,E225 max_complexity = 12 exclude = ez_setup.py -- cgit v1.2.3-54-g00ecf