https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 119d01e41620f5e8a86e9a3e62c55bc0c8c3f9bd authored by Antoine R. Dumont (@ardumont) on 27 July 2020, 12:18:32 UTC
storage*: origin_visit_get_by -> Optional[OriginVisit]
Tip revision: 119d01e
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