https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 943e440a9f390b38c91650376f2e0e6932371a07 authored by Nicolas Dandrimont on 03 November 2020, 14:59:52 UTC
Rename the `id` argument of raw_extrinsic_metadata_get to `target`
Tip revision: 943e440
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