We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fca74 commit f78fc42Copy full SHA for f78fc42
.flake8
@@ -34,5 +34,5 @@ rst-roles = # for flake8-RST-docstrings
34
min-python-version = 3.7.0
35
36
# for `black` compatibility
37
-max-line-length = 88
+max-line-length = 120
38
extend-ignore = E203
pyproject.toml
@@ -39,3 +39,7 @@ source = ["git"]
39
[tool.coverage.report]
40
include = ["*/git/*"]
41
omit = ["*/git/ext/*"]
42
+
43
+[tool.black]
44
+line-length = 120
45
+target-version = ['py37']
0 commit comments