We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: Failed to create fix for ReimplementedOperator: No fix available
Code:
from django.template.library import Library register = Library() @register.filter # noqa: FURB118 def mult(val, arg): return val * arg
Failing with:
ruff --select FURB ta.py --isolated --preview --show-fixes --no-cache
Version: 0.1.13
0.1.13
Its also failing without noqa
The text was updated successfully, but these errors were encountered:
refurb
reimplemented-operator
Thanks, fixed in the next release.
Sorry, something went wrong.
[refurb] Avoid bailing when reimplemented-operator is called on f…
45d374d
…unction (#9556) Closes #9549.
charliermarsh
Successfully merging a pull request may close this issue.
Code:
Failing with:
Version:
0.1.13
Its also failing without noqa
The text was updated successfully, but these errors were encountered: