mirror of https://github.com/nicolargo/glances.git
add: pyproject.toml for black config
This commit is contained in:
parent
deb05ce31e
commit
79223b15cb
|
|
@ -0,0 +1,4 @@
|
|||
[tool.black]
|
||||
line-length = 120
|
||||
skip-string-normalization = true
|
||||
exclude = '\./glances/outputs/static/*'
|
||||
Loading…
Reference in New Issue