You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 rivejä
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"