Revision f570f9336c29a584e7a15376278539dfcc1cb726 authored by Valentin Lorentz on 24 August 2020, 10:49:16 UTC, committed by Valentin Lorentz on 24 August 2020, 13:55:00 UTC
Its code is moved from snapshot_id_get_from_revision so it's a rather small change;
and the revision metadata migration script (bin/migrate-extrinsic-metadata.py)
will need it.
1 parent d1f19e9
Raw File
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