Add black-compatible isort config

This commit is contained in:
Alex Stokes 2019-08-02 22:29:21 -07:00 committed by Kevin Mai-Husan Chia
parent 201850397a
commit d78e6dbf04

View File

@ -10,6 +10,15 @@ max-line-length= 100
exclude=
ignore=
[isort]
force_sort_within_sections=True
known_third_party=hypothesis,pytest,async_generator,cytoolz,trio_typing,pytest_trio
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88
[testenv]
deps =
passenv = CI TRAVIS TRAVIS_*