mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
12 lines
278 B
INI
12 lines
278 B
INI
![]() |
[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
|
||
|
multi_line_output=3
|
||
|
include_trailing_comma=True
|
||
|
use_parentheses=True
|
||
|
float_to_top=True
|
||
|
|
||
|
|
||
|
known_first_party=ray
|