From 1c055a25b62041acb1755e0124c722c059f75816 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 8 Feb 2015 21:46:38 +0100 Subject: Remove ez_setup.py exclude from .flake8. We don't ship that file anymore, and it seems to trigger a bug in pep8. --- .flake8 | 1 - 1 file changed, 1 deletion(-) (limited to '.flake8') 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 -- cgit v1.2.3-54-g00ecf