https://github.com/galaxyproject/tools-iuc
Raw File
Tip revision: bae46994595ea61a1bcfc2d07a62f18b33daae33 authored by Eric Rasche on 23 March 2017, 15:59:59 UTC
small changes
Tip revision: bae4699
setup.cfg
[flake8]
ignore = D,E201,E202,E501
# For flake8-import-order
# https://github.com/PyCQA/flake8-import-order/blob/master/tests/test_cases/complete_smarkets.py
import-order-style = smarkets
back to top