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",