cti-python-stix2/.isort.cfg

17 lines
271 B
INI
Raw Normal View History

[settings]
2017-09-21 18:01:46 +02:00
not_skip = __init__.py
skip = workbench.py
2017-09-21 18:01:46 +02:00
known_third_party =
dateutil,
ordereddict,
pytest,
pytz,
requests,
simplejson
six,
2018-02-23 15:37:14 +01:00
sphinx,
2017-09-21 18:01:46 +02:00
stix2patterns,
taxii2client,
known_first_party = stix2
force_sort_within_sections = 1