https://github.com/galaxyproject/galaxy
Raw File
Tip revision: f01300d7da5625ac264552258b29818598d4d535 authored by Nate Coraor on 12 August 2015, 21:12:44 UTC
Bump version to 15.05.1.
Tip revision: f01300d
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