From 0eab6d66b6397557f10193c8eb2b705df4466b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Thu, 24 Mar 2022 17:52:52 +0100 Subject: [PATCH] black config --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2a3f531..cdbc55a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,3 +8,6 @@ testpaths = [ omit = [ "*/tests/*", ] + +[tool.black] +line-length = 99