https://forge.softwareheritage.org/source/swh-scheduler.git
Revision f526038cb0d7d868b3d7a0d2f0fbbdeac6847a7a authored by Jenkins for Software Heritage on 13 June 2023, 11:14:15 UTC, committed by Jenkins for Software Heritage on 13 June 2023, 11:14:15 UTC
1 parent ef6ec9f
Raw File
Tip revision: f526038cb0d7d868b3d7a0d2f0fbbdeac6847a7a authored by Jenkins for Software Heritage on 13 June 2023, 11:14:15 UTC
Updated debian changelog for version 1.9.1
Tip revision: f526038
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