From: Oleg Broytman Date: Sun, 21 Aug 2016 08:08:44 +0000 (+0300) Subject: Exclude ez_setup.py from flake8 testing X-Git-Tag: 0.0.1~27 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=7d813bbd88d3d206cadf5904a538a8c2db6aad0c Exclude ez_setup.py from flake8 testing --- 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