https://github.com/galaxyproject/galaxy
Raw File
Tip revision: b3da771a637ac9f7a4778fd115a09da01f432b1c authored by Nate Coraor on 12 August 2015, 21:14:14 UTC
Bump version to 15.07 (drop .dev)
Tip revision: b3da771
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