mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-03-05 03:02:49 +00:00
Remove black config and transition isort config to ruff
This commit is contained in:
@@ -89,13 +89,12 @@ packages = [
|
|||||||
]
|
]
|
||||||
include-package-data = true
|
include-package-data = true
|
||||||
|
|
||||||
[tool.black]
|
|
||||||
line-length = 125
|
|
||||||
skip-string-normalization = true
|
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 125
|
line-length = 125
|
||||||
|
|
||||||
|
[tool.ruff.lint.isort]
|
||||||
|
combine-as-imports = true
|
||||||
|
|
||||||
[tool.ruff.format]
|
[tool.ruff.format]
|
||||||
line-ending = "lf"
|
line-ending = "lf"
|
||||||
quote-style = "single"
|
quote-style = "single"
|
||||||
@@ -113,12 +112,6 @@ exclude_lines = [
|
|||||||
"@overload",
|
"@overload",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.isort]
|
|
||||||
profile = "black"
|
|
||||||
combine_as_imports = true
|
|
||||||
combine_star = true
|
|
||||||
line_length = 125
|
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
include = [
|
include = [
|
||||||
"discord",
|
"discord",
|
||||||
|
|||||||
Reference in New Issue
Block a user