https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 4e3fdc062cf2bbf952e99ad3cbc3ab72c6b8cefa authored by Nicolas Dandrimont on 27 October 2020, 14:38:26 UTC
Throw fewer deprecation warnings for the RawExtrinsicMetadata id attr
Tip revision: 4e3fdc0
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