From d864aef15acdf62789c4a486d72372893a3425d2 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Fri, 14 Jun 2024 23:38:56 +0200 Subject: [PATCH] added black config --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 34a4b30..8d6083f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,3 +14,6 @@ analyzeUnannotatedFunctions = 'false' executionEnvironments = [ { root = "./" } ] + +[tool.black] +line-length=120