summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorRazCrimson <52282402+RazCrimson@users.noreply.github.com>2021-11-29 20:54:02 +0530
committerRazCrimson <52282402+RazCrimson@users.noreply.github.com>2021-11-29 21:51:18 +0530
commit79223b15cba7d190c891db215bcabe6297b1907b (patch)
tree77b845877cb7f760b80fff174ced28feb32dbd7e /pyproject.toml
parentdeb05ce31eb6c51b37331d553bbbdd0531edae56 (diff)
add: pyproject.toml for black config
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 4 insertions, 0 deletions
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