summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAndrey Bienkowski <hexagon-recursion@posteo.net>2022-03-02 06:19:33 +0300
committerThomas Waldmann <tw@waldmann-edv.de>2022-07-06 14:55:40 +0200
commitadb1c362155b2fe6123c428ff102853f4d66def4 (patch)
tree85a88b5c24f06d87719309bc6f642c6873dd6258 /pyproject.toml
parent7973fc5ec2d208b70a89491d9ea5561a6659f6b4 (diff)
black integration
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9261fbe8b..2a4838472 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,3 +4,7 @@ build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
write_to = "src/borg/_version.py"
+
+[tool.black]
+line-length = 120
+skip-magic-trailing-comma = true