From 04943b216b40881f68f84c8ebe409eff66c3423e Mon Sep 17 00:00:00 2001 From: Cyril Waechter Date: Wed, 4 Nov 2020 08:49:04 +0100 Subject: [PATCH] Add pyproject.toml Following #1057. For this project black should apply a line lenghth of 120. This is automatically set up with 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 0000000000..e34796ec5f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.black] +line-length = 120 \ No newline at end of file