swh:1:snp:68efb3baf28256c952b30ae9ecf5cb4fac86eafb
Raw File
Tip revision: 10a43c6554fab85d98fab4cb698d1f0da265613e authored by John Chilton on 21 February 2017, 20:47:04 UTC
Version 17.5.2
Tip revision: 10a43c6
setup.cfg
[wheel]
universal = 1

[nosetests]
exclude=jstree
verbosity=1
detailed-errors=1
with-doctest=1
with-coverage=1
logging-filter=galaxy
logging-level=INFO


[flake8]
max-line-length = 150
max-complexity = 30
# See galaxy
ignore = E128,E201,E202,E501,E402,D101,D102,D103,D105,D200,D204,D205,D210,D400,D402
exclude = galaxy/util/jstree.py
import-order-style = smarkets
application-import-names = galaxy
back to top