From e662960fded3c5755f64792e6ef3427ff7024a25 Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Sun, 2 Sep 2018 23:25:41 +0200 Subject: [PATCH] Add configs for black code linting --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..f6d01ce --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ + +[tool.black] + +line-length = 79 +