https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: d9ff3912d5ab37dec24903b2f81c1dbcfa4b5eb7 authored by Antoine R. Dumont (@ardumont) on 06 August 2020, 22:38:19 UTC
storage*: Rename and type content_get(List[Sha1]) -> List[Optional[Content]]
Tip revision: d9ff391
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