summaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-02-08 21:46:38 +0100
committerFlorian Bruhin <git@the-compiler.org>2015-02-08 21:46:38 +0100
commit1c055a25b62041acb1755e0124c722c059f75816 (patch)
tree2435f0665a94ca7f01ac03234147cf820f034767 /.flake8
parent31e71ed6d959f98c3c2e90ef4ab71097a0e77c60 (diff)
downloadqutebrowser-1c055a25b62041acb1755e0124c722c059f75816.tar.gz
qutebrowser-1c055a25b62041acb1755e0124c722c059f75816.zip
Remove ez_setup.py exclude from .flake8.
We don't ship that file anymore, and it seems to trigger a bug in pep8.
Diffstat (limited to '.flake8')
-rw-r--r--.flake81
1 files changed, 0 insertions, 1 deletions
diff --git a/.flake8 b/.flake8
index 01183f3b9..24ac8fe24 100644
--- a/.flake8
+++ b/.flake8
@@ -7,4 +7,3 @@
# F401: Unused import
ignore=E265,E501,F841,F401
max_complexity = 12
-exclude = ez_setup.py