Fix convert yt url message being too long
* Add long message check * Minor lint rule fix
This commit is contained in:
parent
d015927861
commit
6d84205425
5 changed files with 60 additions and 22 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue