https://github.com/SoftwareHeritage/swh-model
Revision a3b6a6448011c77202909549c59e39a49acf0cb4 authored by Nicolas Dandrimont on 16 November 2020, 17:51:31 UTC, committed by Nicolas Dandrimont on 16 November 2020, 17:51:31 UTC
All reverse dependencies have been updated to avoid using it now, so it can now
be removed, paving the way to recycle it into an intrinsic identifier.
1 parent 8e121bb
Raw File
Tip revision: a3b6a6448011c77202909549c59e39a49acf0cb4 authored by Nicolas Dandrimont on 16 November 2020, 17:51:31 UTC
Drop backwards-compatibility support for RawExtrinsicMetadata.id
Tip revision: a3b6a64
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