OOMAnalyser/pyproject.toml
Carsten Grohmann 6d8851b1d6 Blackify source
Use Black "The uncompromising code formatter" to automatically format
the source code in a consistent manner.
2022-06-27 21:19:21 +02:00

4 lines
56 B
TOML

[tool.black]
line-length = 88
target-version = ['py37']