cti-python-stix2/.isort.cfg

19 lines
322 B
INI

[settings]
skip = workbench.py
not_skip = __init__.py
known_third_party =
dateutil,
medallion,
pytest,
pytz,
requests,
simplejson,
six,
sphinx,
stix2patterns,
taxii2client,
known_first_party = stix2
force_sort_within_sections = 1
multi_line_output = 5
include_trailing_comma = True