https://github.com/grid-control/grid-control
Raw File
Tip revision: 1f5295cd6114f3f18958be0e0618ff6b35aa16d7 authored by Johannes Lange on 01 October 2021, 14:37:59 UTC
Merge pull request #82 from jolange/rucio-integration-change
Tip revision: 1f5295c
setup.cfg
[wheel]
universal = 1

[pep8]
ignore = W191,E128,E401,E501
show-source = True

[pycodestyle]
ignore = W191,E128,E401,E501
show-source = True

[flake8]
ignore = W191,E128,E401,E501
show-source = True
back to top