Add pyproject.toml

Following #1057. For this project black should apply a line lenghth of 120.
This is automatically set up with pyproject.toml
This commit is contained in:
Cyril Waechter
2020-11-04 08:49:04 +01:00
committed by Dion Moult
parent 3240ec63b7
commit 04943b216b
+2
View File
@@ -0,0 +1,2 @@
[tool.black]
line-length = 120