From 6da09a0384fac34322816d8c5b108854a0cd5c33 Mon Sep 17 00:00:00 2001 From: David Hendriks <davidhendriks93@gmail.com> Date: Sat, 2 Jan 2021 21:22:11 +0000 Subject: [PATCH] adding a pyproject.toml hopefully i can put all the configuration in here --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..76a9e198d --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[tool.black] + +target-version = ['py36'] + + +[tool.coverage] +# todo -- GitLab