https://github.com/galaxyproject/galaxy
Raw File
Tip revision: 790e60af60093dcb8e26f093c3a87903605da206 authored by Nate Coraor on 15 December 2016, 17:46:17 UTC
Merge branch 'release_15.05' into release_15.07
Tip revision: 790e60a
setup.cfg
[flake8]
# These are exceptions allowed (encouraged?) by Galaxy style guidelines.
# 128 continuation line under-indented for visual indent
# 201 and 202 are spaces after ( and before )
# 203 whitespace before ':'
# 501 is line length
ignore = E128,E201,E202,E203,E501
back to top