From 4f1d4efde7260423fc5623959573df64cf4d4b2f Mon Sep 17 00:00:00 2001 From: synchronizing <2829082+synchronizing@users.noreply.github.com> Date: Wed, 8 Jun 2022 14:56:01 -0400 Subject: [PATCH] Adds Black settings. --- 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