summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-19 06:57:11 +0530
committerBharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com>2024-05-19 06:57:11 +0530
commitf0fc27f9522a6bee1f06c5629d8b1c82ca23946c (patch)
treecde564bd067feb839a1c5d3fc65249b0210271fd /pyproject.toml
parentd2f1fa10d57ea9c4b339cff3f0c190e168461155 (diff)
chg: pyproject.toml - remove black config
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c5fb7e4a..6dac1fbf 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,8 +1,3 @@
-[tool.black]
-line-length = 120
-skip-string-normalization = true
-exclude = '\./glances/outputs/static/*'
-
[tool.ruff]
line-length = 120
target-version = "py38"