You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
383 B
14 lines
383 B
2 years ago
|
[settings]
|
||
|
# This is to make isort compatible with Black. See
|
||
|
# https://black.readthedocs.io/en/stable/the_black_code_style.html#how-black-wraps-lines.
|
||
|
line_length=88
|
||
|
profile=black
|
||
|
multi_line_output=3
|
||
|
include_trailing_comma=True
|
||
|
use_parentheses=True
|
||
|
float_to_top=True
|
||
|
filter_files=True
|
||
|
|
||
|
skip_glob=examples/notebook/*
|
||
|
sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER,AFTERRAY
|