Remove ez_setup.py exclude from .flake8.

We don't ship that file anymore, and it seems to trigger a bug in pep8.
This commit is contained in:
Florian Bruhin 2015-02-08 21:46:38 +01:00
parent 31e71ed6d9
commit 1c055a25b6

View File

@ -7,4 +7,3 @@
# F401: Unused import
ignore=E265,E501,F841,F401
max_complexity = 12
exclude = ez_setup.py