https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: bf4ab4336f7b43d442988c47d3dd70bb82b595c5 authored by Valentin Lorentz on 03 March 2021, 09:44:48 UTC
identifiers: Remove the deprecated SWHID class
Tip revision: bf4ab43
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