From 7d813bbd88d3d206cadf5904a538a8c2db6aad0c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 21 Aug 2016 11:08:44 +0300 Subject: [PATCH] Exclude ez_setup.py from flake8 testing --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1872c40..00080ab 100644 --- a/setup.cfg +++ b/setup.cfg @@ -11,5 +11,4 @@ tag_date = 0 tag_svn_revision = 0 [flake8] -exclude = .git,docs/conf.py - +exclude = .git,docs/conf.py,ez_setup.py -- 2.39.2