From 79223b15cba7d190c891db215bcabe6297b1907b Mon Sep 17 00:00:00 2001 From: RazCrimson <52282402+RazCrimson@users.noreply.github.com> Date: Mon, 29 Nov 2021 20:54:02 +0530 Subject: [PATCH] add: pyproject.toml for black config --- 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 00000000..f3066179 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +[tool.black] +line-length = 120 +skip-string-normalization = true +exclude = '\./glances/outputs/static/*' \ No newline at end of file