https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 113088ab065bcc7a089db92fd5e02ee89b1d0fe4 authored by David Douard on 29 September 2021, 08:59:12 UTC
replay: add type annotation for process_replay_objects()
Tip revision: 113088a
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