Update isort config.
parent
5cb06e684c
commit
a4819611e0
20
.isort.cfg
20
.isort.cfg
|
@ -1,7 +1,15 @@
|
||||||
[settings]
|
[settings]
|
||||||
check=1
|
not_skip = __init__.py
|
||||||
diff=1
|
known_third_party =
|
||||||
known_third_party=ordereddict,dateutil,pytest,pytz,requests,simplejson,six,stix2patterns,stix2validator,taxii2client
|
dateutil,
|
||||||
known_first_party=stix2
|
ordereddict,
|
||||||
not_skip=__init__.py
|
pytest,
|
||||||
force_sort_within_sections=1
|
pytz,
|
||||||
|
requests,
|
||||||
|
simplejson
|
||||||
|
six,
|
||||||
|
stix2patterns,
|
||||||
|
stix2validator,
|
||||||
|
taxii2client,
|
||||||
|
known_first_party = stix2
|
||||||
|
force_sort_within_sections = 1
|
||||||
|
|
Loading…
Reference in New Issue