https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 22ebb7a9a4bc6639e6f52d71c2b727537baf5019 authored by Valentin Lorentz on 15 January 2021, 13:41:05 UTC, committed by Valentin Lorentz on 20 January 2021, 16:37:44 UTC
1 parent ad7bfbe
Raw File
Tip revision: 22ebb7a9a4bc6639e6f52d71c2b727537baf5019 authored by Valentin Lorentz on 15 January 2021, 13:41:05 UTC
simulator: Split into smaller files in the same package
Tip revision: 22ebb7a
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