Revision 2c8ffdfef13dc5f04d584a80be00d4cf63424aa4 authored by Jenkins for Software Heritage on 11 May 2021, 10:07:47 UTC, committed by Jenkins for Software Heritage on 11 May 2021, 10:07:47 UTC
Update to upstream version '2.5.0'
with Debian dir 05035d9eb3380a44d4daa228462b7349d05b90b7
2 parent s 41cada7 + 4b9ef2d
Raw File
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