From 05816daa7e02f2e033b46a80c8b57af735a0d891 Mon Sep 17 00:00:00 2001 From: Thanos <111999343+Sachaa-Thanasius@users.noreply.github.com> Date: Sun, 22 Feb 2026 16:00:49 -0500 Subject: [PATCH] Remove black config and transition isort config to ruff --- pyproject.toml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c45d5f7a..d18e35277 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,13 +89,12 @@ packages = [ ] include-package-data = true -[tool.black] -line-length = 125 -skip-string-normalization = true - [tool.ruff] line-length = 125 +[tool.ruff.lint.isort] +combine-as-imports = true + [tool.ruff.format] line-ending = "lf" quote-style = "single" @@ -113,12 +112,6 @@ exclude_lines = [ "@overload", ] -[tool.isort] -profile = "black" -combine_as_imports = true -combine_star = true -line_length = 125 - [tool.pyright] include = [ "discord",