Skip to content

Commit f78fc42

Browse files
committed
See if black can be tought to produce consistent results
1 parent 68fca74 commit f78fc42

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.flake8

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ rst-roles = # for flake8-RST-docstrings
3434
min-python-version = 3.7.0
3535

3636
# for `black` compatibility
37-
max-line-length = 88
37+
max-line-length = 120
3838
extend-ignore = E203

pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ source = ["git"]
3939
[tool.coverage.report]
4040
include = ["*/git/*"]
4141
omit = ["*/git/ext/*"]
42+
43+
[tool.black]
44+
line-length = 120
45+
target-version = ['py37']

0 commit comments

Comments
 (0)