From 8829a84b65f62257a34f31bee93343946c4a32ba Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 8 Jul 2019 20:01:36 +0200 Subject: [PATCH] Add Black and Pip files config --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d872ceb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,9 @@ +[build-system] +requires = [ + "setuptools >= 41.0.0", + "wheel", +] +build-backend = "setuptools.build_meta" + +[tool.black] +skip-string-normalization = true