https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: aa58e1092ffb46f807cd232be5c25cefe01b6967 authored by Antoine R. Dumont (@ardumont) on 31 July 2020, 15:56:13 UTC
storage*: Drop origin-get-range in favor of origin-list
Tip revision: aa58e10
setup.cfg
[flake8]
# E203: whitespaces before ':' <https://github.com/psf/black/issues/315>
# E231: missing whitespace after ','
# W503: line break before binary operator <https://github.com/psf/black/issues/52>
ignore = E203,E231,W503
max-line-length = 88
back to top