https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 86ada443d2900e820356727149a1f7b0fa6e6bff authored by Nicolas Dandrimont on 09 February 2021, 09:36:23 UTC, committed by Nicolas Dandrimont on 11 February 2021, 18:38:44 UTC
This allows us to support reading the journal from the beginning,
ignoring messages with the old schema.
1 parent cdb1775
Raw File
Tip revision: 86ada443d2900e820356727149a1f7b0fa6e6bff authored by Nicolas Dandrimont on 09 February 2021, 09:36:23 UTC
journal client: Filter out status messages without type
Tip revision: 86ada44
pyproject.toml
[tool.black]
target-version = ['py37']

[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
line_length = 88
force_sort_within_sections = true
back to top