-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
breakingBreaking API changeBreaking API changebugSomething isn't workingSomething isn't workingformatterRelated to the formatterRelated to the formatter
Description
ruff 0.4.8 python 3.10.14 macos 14.5
[tool.ruff]
line-length = 100
input:
self.fields["redirect_link"].help_text = "Please do not use Tiny URLs for links to other www.xxxx.xxx pages."
black==24.4.2:
self.fields["redirect_link"].help_text = (
"Please do not use Tiny URLs for links to other www.xxxx.xxx pages."
)
ruff==0.4.8
self.fields[
"redirect_link"
].help_text = "Please do not use Tiny URLs for links to other www.xxx.xxx pages."
Metadata
Metadata
Assignees
Labels
breakingBreaking API changeBreaking API changebugSomething isn't workingSomething isn't workingformatterRelated to the formatterRelated to the formatter