.isort.cfg 125 B

123456
  1. [settings]
  2. force_alphabetical_sort = True
  3. force_single_line = True
  4. not_skip = __init__.py
  5. line_length = 110
  6. wrap_length = 100