From 12b5362c557625c56b5ad06ceb26a2232ecb7fe4 Mon Sep 17 00:00:00 2001 From: Giacomo Pope Date: Sat, 27 Jul 2024 14:47:27 +0100 Subject: [PATCH] include 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..a8f43fe --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.black] +line-length = 79