https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: a95646fc8786590f05c0dae019b9b72ccb5ce912 authored by David Douard on 29 May 2020, 15:14:31 UTC
Exclude [Skipped]Content.ctime from hash/eq computation
Tip revision: a95646f
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