set black.line-length to 120

This commit is contained in:
adbenitez
2022-05-31 23:02:51 -04:00
parent 723d1828ec
commit d3e6cc5acb

View File

@@ -6,3 +6,6 @@ build-backend = "setuptools.build_meta"
root = ".."
tag_regex = '^(?P<prefix>py-)?(?P<version>[^\+]+)(?P<suffix>.*)?$'
git_describe_command = "git describe --dirty --tags --long --match py-*.*"
[tool.black]
line-length = 120