Update isort config.

stix2.1
Greg Back 2017-09-21 16:01:46 +00:00
parent 5cb06e684c
commit a4819611e0
1 changed files with 14 additions and 6 deletions

View File

@ -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