From 9160a3443a198a29d342fcb358a7d662eab2311a Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Thu, 24 Sep 2015 00:39:42 -0700 Subject: [PATCH] Remove commented-out flake8 ignore rule. --- {{cookiecutter.repo_name}}/setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.repo_name}}/setup.cfg b/{{cookiecutter.repo_name}}/setup.cfg index e2bc1f40..3084e402 100644 --- a/{{cookiecutter.repo_name}}/setup.cfg +++ b/{{cookiecutter.repo_name}}/setup.cfg @@ -1,4 +1,3 @@ [flake8] -#ignore = E265 max-line-length = 120 exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules