Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
l10n_mx
Facturacion
Commits
cdec1f22
Commit
cdec1f22
authored
6 years ago
by
agb80
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci(setup): se actualiza la configuración del archivo
parent
ff0c7d3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
setup.cfg
setup.cfg
+8
-3
No files found.
setup.cfg
View file @
cdec1f22
[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 = 8
0
line_length = 8
8
# 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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment