Fix convert yt url message being too long

* Add long message check
* Minor lint rule fix
This commit is contained in:
BreadTube 2026-05-14 23:20:55 +09:00
commit 6d84205425
5 changed files with 60 additions and 22 deletions

View file

@ -41,6 +41,7 @@ ignore = ["E275", "FURB140", "I001", "PERF203", "RET502", "RET503", "SIM105"]
[tool.ruff.lint.per-file-ignores]
"tests/*" = ["SLF001", "PLR2004"]
"breadtube_bot/unidecode_data.py" = ["E501"]
"generate_unidecode_data.py" = ["T201"]
[tool.ruff.lint.flake8-quotes]
inline-quotes = "single"