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 lines
319 B

  1. [settings]
  2. ; see https://github.com/psf/black
  3. multi_line_output=3
  4. include_trailing_comma=True
  5. force_grid_wrap=0
  6. combine_as_imports=True
  7. use_parentheses=True
  8. line_length=88
  9. known_odoo=odoo
  10. known_odoo_addons=odoo.addons
  11. sections=FUTURE,STDLIB,THIRDPARTY,ODOO,ODOO_ADDONS,FIRSTPARTY,LOCALFOLDER
  12. default_section=THIRDPARTY