From 7f9ccf3e594fe7295d08434594f49938284606d1 Mon Sep 17 00:00:00 2001 From: Vincent Lafeychine Date: Sun, 31 Mar 2024 16:12:51 +0200 Subject: [PATCH] chore(black): Add configuration file (line-limit) --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..a8f43fe --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.black] +line-length = 79