mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Reformat entire project with ruff instead of black
This commit is contained in:
@ -70,7 +70,7 @@ test = [
|
||||
"tzdata; sys_platform == 'win32'",
|
||||
]
|
||||
dev = [
|
||||
"black==22.6",
|
||||
"ruff==0.12",
|
||||
"typing_extensions>=4.3,<5",
|
||||
]
|
||||
|
||||
@ -90,6 +90,13 @@ include-package-data = true
|
||||
line-length = 125
|
||||
skip-string-normalization = true
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 125
|
||||
|
||||
[tool.ruff.format]
|
||||
line-ending = "lf"
|
||||
quote-style = "single"
|
||||
|
||||
[tool.coverage.run]
|
||||
omit = [
|
||||
"discord/__main__.py",
|
||||
|
Reference in New Issue
Block a user