From 090df199ac32008798c3ab794c90fe7bf3462920 Mon Sep 17 00:00:00 2001 From: eine Date: Mon, 18 Oct 2021 01:32:56 +0200 Subject: [PATCH] add pyproject.toml --- 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