您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

12 行
208 B

  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"