https://github.com/SoftwareHeritage/swh-model
Revision 09dcc04a4c38b8d3f46ece7028d5a7fc4293eb99 authored by Antoine R. Dumont (@ardumont) on 06 August 2020, 17:00:21 UTC, committed by Antoine R. Dumont (@ardumont) on 06 August 2020, 17:00:21 UTC
1 parent 37cdd84
Raw File
Tip revision: 09dcc04a4c38b8d3f46ece7028d5a7fc4293eb99 authored by Antoine R. Dumont (@ardumont) on 06 August 2020, 17:00:21 UTC
model: Add final object_type field on metadata related model objects
Tip revision: 09dcc04
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