mirror of
https://github.com/chatmail/core.git
synced 2026-05-20 23:36:30 +03:00
set black.line-length to 120
This commit is contained in:
@@ -6,3 +6,6 @@ build-backend = "setuptools.build_meta"
|
|||||||
root = ".."
|
root = ".."
|
||||||
tag_regex = '^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$'
|
tag_regex = '^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$'
|
||||||
git_describe_command = "git describe --dirty --tags --long --match py-*.*"
|
git_describe_command = "git describe --dirty --tags --long --match py-*.*"
|
||||||
|
|
||||||
|
[tool.black]
|
||||||
|
line-length = 120
|
||||||
|
|||||||
Reference in New Issue
Block a user