Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

2 лет назад
1234567891011
  1. [tool.black]
  2. line-length = 99
  3. [tool.isort]
  4. line_length = 99
  5. multi_line_output = 3
  6. include_trailing_comma = true
  7. force_grid_wrap = 0
  8. use_parentheses = true
  9. ensure_newline_before_comments = true
  10. indent = "\t"