https://github.com/galaxyproject/galaxy
Raw File
Tip revision: cf0707eeb09ac32cf69d0e92e527962b0a62c053 authored by John Chilton on 07 May 2018, 16:45:13 UTC
Version 18.5.9
Tip revision: cf0707e
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 = 42
# See galaxy
ignore = E128,E501,E402,E741,D101,D102,D103,D105,D107,D200,D204,D205,D210,D400,D402,W503
exclude = galaxy/util/jstree.py
import-order-style = smarkets
application-import-names = galaxy
back to top