Add black
-compatible isort
config
This commit is contained in:
parent
201850397a
commit
d78e6dbf04
9
tox.ini
9
tox.ini
|
@ -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_*
|
||||
|
|
Loading…
Reference in New Issue
Block a user