https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 56460e1d4a58a4b2bb5697a02e8154e3f37767dc authored by Valentin Lorentz on 07 January 2022, 12:51:05 UTC
git_objects: Use raw offset_bytes to format dates, and remove format_offset()
Tip revision: 56460e1
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