Update isort config.
parent
5cb06e684c
commit
a4819611e0
20
.isort.cfg
20
.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
|
||||
|
|
Loading…
Reference in New Issue