third_party.pylibs.pylint.src/.isort.cfg
Pierre Sassoulas 7471bd6903 [tox] Extend the isort check to the relevant parts in tests
Also apply the formatting.
2020-04-20 14:32:11 +02:00

8 lines
278 B
INI

[settings]
multi_line_output=3
line_length=88
known_third_party=astroid, sphinx, isort, pytest, mccabe, six,
include_trailing_comma=True
skip_glob=tests/functional/**,tests/input/**,tests/extensions/data/**,tests/regrtest_data/**,tests/data/**,astroid/**,venv/**
project=pylint