Commit cdec1f22 authored by agb80's avatar agb80

ci(setup): se actualiza la configuración del archivo

parent ff0c7d3c
[flake8]
# We also support "double" and "single"
inline-quotes = "
[isort]
# If set to true - isort will combine as imports on the same line within for
......@@ -19,7 +23,7 @@ include_trailing_comma = True
# An integer that represents the longest line-length you want a single import to
# take. Defaults to 80.
line_length = 80
line_length = 88
# Number of spaces you would like to indent by
indent=4
......@@ -30,7 +34,8 @@ indent=4
# 0 - Grid
# from third_party import (lib1, lib2, lib3,
# lib4, lib5, ...)
multi_line_output=0
multi_line_output=3
force_grid_wrap=0
# Forces a certain number of lines after the imports and before the first line
# of functional code. By default this is 2 lines if the first line of code is a
......@@ -45,7 +50,7 @@ not_skip = __init__.py
order_by_type=True
# Known external packages of odoo
known_standard_library=PIL, anybox.testing.openerp, argparse, babel, dateutil, decorator, docutils, faces, feedparser, gdata, gevent, greenlet, jcconv, jinja2, ldap, lxml, mako, markupsafe, mock, odf, ofxparse, openid, passlib, pkg_resources, psutil, psycogreen, psycopg2, pyPdf, pychart, pydot, pyparsing, pytz, qrcode, reportlab, requests, serial, simplejson, six, suds, unittest2, usb, vatnumber, vobject, werkzeug, wsgiref, xlsxwriter, xlwt, yaml,
known_standard_library=PIL, anybox.testing.openerp, argparse,babel, dateutil, decorator, docutils, faces, feedparser, gdata, gevent, greenlet, jcconv, jinja2, ldap, lxml, mako, markupsafe, mock, odf, ofxparse, openid, passlib, pkg_resources, psutil, psycogreen, psycopg2, pyPdf, pychart, pydot, pyparsing, pytz, qrcode, reportlab, requests, serial, simplejson, six, suds, unittest2, usb, vatnumber, vobject, werkzeug, wsgiref, xlsxwriter, xlwt, yaml,
# Add Odoo section to force separate imports
known_odoo=odoo,openerp
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment