選択できるのは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"