From 71973ba8fc9d4200a9c985e2e5b14610e49aca91 Mon Sep 17 00:00:00 2001 From: Iacopo Spalletti Date: Sat, 18 Jul 2015 16:51:50 +0200 Subject: [PATCH] Better flake8 configuration --- setup.cfg | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index f3c0451..79c74da 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,10 @@ -[wheel] -universal = 1 - [flake8] -max-line-length = 100 +exclude = .git,*.egg-info,build,dist,.tox,djangocms_blog/migrations/*,djangocms_blog/south_migrations/* ignore = E501 -exclude = djangocms_blog/migrations/* \ No newline at end of file +max-line-length = 99 + +[metadata] +license-file = LICENSE + +[wheel] +universal = 1 \ No newline at end of file