summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-09-15 22:01:13 +0200
committerFlorian Bruhin <git@the-compiler.org>2014-09-15 22:01:13 +0200
commitd1ddc8c6cbfd6c24006a23977ed0c169f4bce698 (patch)
treef00989a5899c9f1e083db4fb6143a700077cacee /.flake8
parentf5ecba0d0771a7361ef5bf9613fcc331597add57 (diff)
downloadqutebrowser-d1ddc8c6cbfd6c24006a23977ed0c169f4bce698.tar.gz
qutebrowser-d1ddc8c6cbfd6c24006a23977ed0c169f4bce698.zip
Fix lint
Diffstat (limited to '.flake8')
-rw-r--r--.flake83
1 files changed, 2 insertions, 1 deletions
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