added black config

This commit is contained in:
Oliver Hartmann 2024-06-14 23:38:56 +02:00
parent ac1318acd2
commit d864aef15a

View File

@ -14,3 +14,6 @@ analyzeUnannotatedFunctions = 'false'
executionEnvironments = [
{ root = "./" }
]
[tool.black]
line-length=120