summaryrefslogtreecommitdiff
path: root/.isort.cfg
blob: c4ae79c5e0dc3cb1b1b6f8bb6bf3afe550776e08 (plain)
1
2
3
4
5
6
7
[settings]
multi_line_output=3
line_length=88
known_third_party=astroid, sphinx, isort, pytest, mccabe, six, toml
include_trailing_comma=True
skip_glob=tests/functional/**,tests/input/**,tests/extensions/data/**,tests/regrtest_data/**,tests/data/**,astroid/**,venv/**
project=pylint