https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 1006f0aee494b96e333eef13331d0fad1fcc0b6e authored by Antoine R. Dumont (@ardumont) on 23 June 2021, 13:37:40 UTC, committed by Antoine R. Dumont (@ardumont) on 23 June 2021, 14:54:34 UTC
This will help us when adding new fields to the table.
1 parent 6400cc2
Raw File
Tip revision: 1006f0aee494b96e333eef13331d0fad1fcc0b6e authored by Antoine R. Dumont (@ardumont) on 23 June 2021, 13:37:40 UTC
journal_client: Auto-generate the empty object from model fields
Tip revision: 1006f0a
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