From 3503ead45cae060c4ddd1fd30b8db2864c98a867 Mon Sep 17 00:00:00 2001 From: Alexandre Provencio Date: Tue, 5 Jul 2016 22:04:10 -0300 Subject: [PATCH] Add F999 ignore to flake8 --- {{cookiecutter.project_slug}}/setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.project_slug}}/setup.cfg b/{{cookiecutter.project_slug}}/setup.cfg index c18b80d95..db48e547b 100644 --- a/{{cookiecutter.project_slug}}/setup.cfg +++ b/{{cookiecutter.project_slug}}/setup.cfg @@ -1,6 +1,7 @@ [flake8] max-line-length = 120 exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules +ignore = F999 [pep8] max-line-length = 120