diff options
Diffstat (limited to '.isort.cfg')
-rw-r--r-- | .isort.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 0000000..1ad6bcc --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,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 |