From 244e0a57da1d8746a21d14b083e6b13ec49bbf19 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 12 Mar 2022 13:01:33 +0000 Subject: [PATCH] pyproject.toml: Add file so as to configure black line-length --- 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..55ec8d7 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.black] +line-length = 120