summaryrefslogtreecommitdiffstats
path: root/.isort.cfg
blob: 1ad6bccdc94c01253356d63c731b7319287fe9a0 (plain)
1
2
3
4
5
6
7
8
9
[settings]
include_trailing_comma = true
known_first_party = ansiblelint
known_third_party = ansible,pytest,ruamel,setuptools,sphinx,yaml
# picked to match the current flake8 value:
line_length = 100
# https://github.com/timothycrosley/isort#multi-line-output-modes
multi_line_output = 5
use_parentheses = true