From f0fc27f9522a6bee1f06c5629d8b1c82ca23946c Mon Sep 17 00:00:00 2001 From: Bharath Vignesh J K <52282402+RazCrimson@users.noreply.github.com> Date: Sun, 19 May 2024 06:57:11 +0530 Subject: [PATCH] chg: pyproject.toml - remove black config --- pyproject.toml | 5 ----- 1 file changed, 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"