cti-python-stix2/.isort.cfg

19 lines
322 B
INI
Raw Normal View History

[settings]
skip = workbench.py
2018-05-16 00:16:23 +02:00
not_skip = __init__.py
2017-09-21 18:01:46 +02:00
known_third_party =
dateutil,
medallion,
2017-09-21 18:01:46 +02:00
pytest,
pytz,
requests,
2018-05-16 00:16:23 +02:00
simplejson,
2017-09-21 18:01:46 +02:00
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
multi_line_output = 5
include_trailing_comma = True