Revision d97d1894aa509c46f4899fae52c7a8fc54eaee91 authored by Jenkins for Software Heritage on 09 October 2020, 16:33:10 UTC, committed by Jenkins for Software Heritage on 09 October 2020, 16:33:10 UTC
Update to upstream version '0.16.0'
with Debian dir fe2380c191d3dfe05572b51a4bc92614491ed390
2 parent s 19167e1 + aade84f
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