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