https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: a654060bf246aa8dc2a40cceaf86ea449f55068c authored by Valentin Lorentz on 21 January 2022, 11:47:58 UTC
Add method 'TimestampWithTimezone.offset_minutes'
Tip revision: a654060
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