cti-python-stix2/.isort.cfg

22 lines
368 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 =
antlr4,
2017-09-21 18:01:46 +02:00
dateutil,
2019-09-24 05:33:04 +02:00
haversine,
medallion,
2019-09-16 20:45:01 +02:00
pyjarowinkler,
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