From: Oleg Broytman Date: Sun, 31 Jul 2016 21:05:41 +0000 (+0300) Subject: Exclude ez_setup.py from flake8 tests X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=commitdiff_plain;h=75b95a854e7bfa25cb07882f74050212944e0b9d;hp=834468e41a81d605d971f9bba622c8c92126cbc6 Exclude ez_setup.py from flake8 tests --- diff --git a/project_template/setup.cfg b/project_template/setup.cfg index 1872c40..bb7cd94 100644 --- a/project_template/setup.cfg +++ b/project_template/setup.cfg @@ -11,5 +11,5 @@ tag_date = 0 tag_svn_revision = 0 [flake8] -exclude = .git,docs/conf.py +exclude = .git,ez_setup.py,docs/conf.py