Browse Source

Remove black config and transition isort config to ruff

pull/10406/head
Thanos 4 months ago
committed by GitHub
parent
commit
05816daa7e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      pyproject.toml

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

Loading…
Cancel
Save