From ad8eb610439207dd59d4b3cadde6704a5b7c0d67 Mon Sep 17 00:00:00 2001 From: Axy Date: Tue, 6 Jan 2026 16:48:49 +0100 Subject: [PATCH] Pyproject --- 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 -- 2.51.0