https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 82b7a8a42367d2286331e851462ebf5491ce0b70 authored by Vincent SELLIER on 21 January 2021, 17:49:38 UTC
Solve uneventful/eventful with unordered messages with snapshots
Tip revision: 82b7a8a
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