https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 374e01cf3634ee777d52774aae48dd3c230e6c54 authored by Antoine R. Dumont (@ardumont) on 04 September 2020, 13:35:44 UTC
algos.diff: Add missed revision_get conversion
Tip revision: 374e01c
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