From 153661d255c6c6ac7e289f628ade46a8fbf44f2b Mon Sep 17 00:00:00 2001 From: Matt Richards Date: Sat, 27 Feb 2021 14:54:03 +1000 Subject: [PATCH] stop black converting quotes --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..371253b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[tool.black] +line-length = 100 +skip-string-normalization +target-version = ['py37'] \ No newline at end of file