From bf6bbe075ac6676ed8144f858298711706bdbc74 Mon Sep 17 00:00:00 2001 From: Sebastian Opalczynski Date: Wed, 23 Mar 2016 10:05:54 +0100 Subject: [PATCH] [FIXES] add doc conf.py file to skip in isort --- .isort.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.isort.cfg b/.isort.cfg index 07d4742..4879d18 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -2,4 +2,4 @@ line_length=120 multi_line_output=3 default_section=THIRDPARTY -skip=base.py,.tox +skip=base.py,.tox,conf.py