From 7343b501353637c1ef33eb56ce5139d72bef72a0 Mon Sep 17 00:00:00 2001 From: Shreya Date: Fri, 2 Apr 2021 16:10:00 +0530 Subject: [PATCH] Add configuration for black --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..97f50372b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[tool.black] +line-length = 100 +target-version = ['py37']