summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-04-22 17:55:54 +0200
committerFlorian Bruhin <git@the-compiler.org>2014-04-22 17:55:54 +0200
commit51489ab53869ae8a99209b34356a240e868cf3e2 (patch)
tree3fe9077392abf7d43b87a36606cd611dfdb87a77 /.flake8
parent55e3aca702f3d7eb12c8ee06c8c7d58440fc2be2 (diff)
downloadqutebrowser-51489ab53869ae8a99209b34356a240e868cf3e2.tar.gz
qutebrowser-51489ab53869ae8a99209b34356a240e868cf3e2.zip
Correct flake8 code
Diffstat (limited to '.flake8')
-rw-r--r--.flake84
1 files changed, 2 insertions, 2 deletions
diff --git a/.flake8 b/.flake8
index 1d399f9bf..cb535beba 100644
--- a/.flake8
+++ b/.flake8
@@ -3,7 +3,7 @@
# E265: Block comment should start with '#'
# F401: Unused import (checked by pylint)
# E501: Line too long (checked by pylint)
-# E821: undefined name (checked by pylint)
-ignore=E241,E265,F401,E501,E821
+# F821: undefined name (checked by pylint)
+ignore=E241,E265,F401,E501,F821
max_complexity = 10
exclude = appdirs.py