From a4da846e22058ed2ec75bab10d019c5258d63e02 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Fri, 15 Dec 2017 14:08:02 +0000 Subject: [PATCH] remove the indentation in the setup file --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 14a4da3a3..c6e0c1562 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,5 +10,5 @@ check_untyped_defs = True ignore_errors = False [flake8] - ignore=E501,F405 - exclude=*/migrations/* \ No newline at end of file +ignore=E501,F405 +exclude=*/migrations/* -- GitLab