From 0a88c434b69e162ca3eefba84d356c86ab263d01 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sun, 27 Mar 2022 14:44:54 +0200 Subject: [PATCH] add a pyproject.toml to customize black --- 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