From d14a4bbe2c6a04102036a6ed835e3a61eb618ecd Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 14 Feb 2019 14:59:52 +0100 Subject: [PATCH] add black configuration --- 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 00000000..0097e9f6 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[tool.black] +skip-string-normalization = true