.isort.cfg 278 B

1234567891011
  1. [settings]
  2. # This is to make isort compatible with Black. See
  3. # https://black.readthedocs.io/en/stable/the_black_code_style.html#how-black-wraps-lines.
  4. line_length=88
  5. multi_line_output=3
  6. include_trailing_comma=True
  7. use_parentheses=True
  8. float_to_top=True
  9. known_first_party=ray