https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 80108480a67606de0ffab630804bc9704c54f424 authored by Antoine R. Dumont (@ardumont) on 06 July 2020, 07:45:40 UTC
storage: Send metrics from the origin_add endpoint
Tip revision: 8010848
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