From 7f18a3d2028ef256b347da75b0a00f219bb7d22f Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Wed, 11 Mar 2020 13:32:24 +0100 Subject: [PATCH] Add pyproject.toml for black configuration --- 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