pytest-twisted icon indicating copy to clipboard operation
pytest-twisted copied to clipboard

Black line length

Open altendky opened this issue 7 years ago • 0 comments
trafficstars

Black defaults to a line length of 88 and reformats some stuff because of that. Shall we configure it to 79?

pyproject.toml:

[tool.black]
line-length = 79

altendky avatar Sep 19 '18 17:09 altendky