summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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 da3e605a..0d5ebf01 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,3 +39,7 @@ source = ["git"]
[tool.coverage.report]
include = ["*/git/*"]
omit = ["*/git/ext/*"]
+
+[tool.black]
+line-length = 120
+target-version = ['py37']