From a4819611e03a7c03fc23e41c3a86577256c79c48 Mon Sep 17 00:00:00 2001 From: Greg Back Date: Thu, 21 Sep 2017 16:01:46 +0000 Subject: [PATCH] Update isort config. --- .isort.cfg | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.isort.cfg b/.isort.cfg index 622e7a5..f55fec7 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -1,7 +1,15 @@ [settings] -check=1 -diff=1 -known_third_party=ordereddict,dateutil,pytest,pytz,requests,simplejson,six,stix2patterns,stix2validator,taxii2client -known_first_party=stix2 -not_skip=__init__.py -force_sort_within_sections=1 +not_skip = __init__.py +known_third_party = + dateutil, + ordereddict, + pytest, + pytz, + requests, + simplejson + six, + stix2patterns, + stix2validator, + taxii2client, +known_first_party = stix2 +force_sort_within_sections = 1