https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: c68a4fd98fb4025b67b093053d96d23a7a6937cb authored by Valentin Lorentz on 17 January 2022, 15:59:37 UTC
postgres: Add indices to keep track of objects with a raw_manifest
Tip revision: c68a4fd
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