add: pyproject.toml for black config

This commit is contained in:
RazCrimson 2021-11-29 20:54:02 +05:30
parent deb05ce31e
commit 79223b15cb

4
pyproject.toml Normal file
View File

@ -0,0 +1,4 @@
[tool.black]
line-length = 120
skip-string-normalization = true
exclude = '\./glances/outputs/static/*'