diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-02-08 21:46:38 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-02-08 21:46:38 +0100 |
commit | 1c055a25b62041acb1755e0124c722c059f75816 (patch) | |
tree | 2435f0665a94ca7f01ac03234147cf820f034767 /.flake8 | |
parent | 31e71ed6d959f98c3c2e90ef4ab71097a0e77c60 (diff) | |
download | qutebrowser-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-- | .flake8 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,4 +7,3 @@ # F401: Unused import ignore=E265,E501,F841,F401 max_complexity = 12 -exclude = ez_setup.py |