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
|
||||
|
||||
[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",
|
||||
|
||||
Reference in New Issue
Block a user