Skip to content

Commit 3d17a8a

Browse files
committed
Reinstate Black line length 100 in pyproject
1 parent 7ad4586 commit 3d17a8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
minversion = "6.0"
33
xfail_strict=true
44

5+
[tool.black]
6+
line-length = 100
7+
58
[tool.coverage.report]
69
exclude_lines = [
710
"pragma: nocover",

0 commit comments

Comments
 (0)