https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: a251df2e5b31a5d59d7e69e51a441bb22b1a7b0b authored by Valentin Lorentz on 29 September 2020, 12:08:08 UTC
Add a 'unique_key' method on model objects
Tip revision: a251df2
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