https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 39507b24d0f4bfa15347edf422bb3496b3761629 authored by David Douard on 02 April 2021, 14:10:28 UTC
Make the replayer drop the Revision.metadata
Tip revision: 39507b2
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