third_party.pylibs.pylint.src/.isort.cfg
Pierre Sassoulas 2ca40bf161 Feat - Add isort in the pre-commit configuration
This is compatible with the current black configuration.
See : https://github.com/ambv/black/issues/127
2019-03-20 09:07:35 +01:00

8 lines
248 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=*/functional/**,*/input/**,*/test/extension/**,*/test/regrtest_data/**,*/test/data/**
project=pylint