Remove black config and transition isort config to ruff

This commit is contained in:
Thanos
2026-02-22 16:00:49 -05:00
committed by GitHub
parent dae46f7d0f
commit 05816daa7e

View File

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