Reformat entire project with ruff instead of black

This commit is contained in:
Rapptz
2025-08-18 20:15:44 -04:00
parent 3ef6272e07
commit 44a44e938f
88 changed files with 485 additions and 730 deletions

View File

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