Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 5799e778472fb12215e5cc45bd68b90f649f5c84
  • 16.0 par défaut protégée
  • 18.0
  • 17.0
  • 14.0
  • 15.0
  • 13.0
  • 12.0
  • 10.0
9 résultats

.pylintrc

Blame
  • .isort.cfg 357 o
    [settings]
    ; see https://github.com/psf/black
    multi_line_output=3
    include_trailing_comma=True
    force_grid_wrap=0
    combine_as_imports=True
    use_parentheses=True
    line_length=88
    known_odoo=odoo
    known_odoo_addons=odoo.addons
    sections=FUTURE,STDLIB,THIRDPARTY,ODOO,ODOO_ADDONS,FIRSTPARTY,LOCALFOLDER
    default_section=THIRDPARTY
    ensure_newline_before_comments = True