https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 03c6e1552c6496c2eaa764d7d6c64d1b430ec3b5 authored by Valentin Lorentz on 20 July 2020, 09:31:30 UTC
Rename 'deposit' authority type to 'deposit_client'.
Tip revision: 03c6e15
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