-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
nan-comparison code mismatch with Pylint #10791
Comments
charliermarsh
added
bug
Something isn't working
rule
Implementing or modifying a lint rule
labels
Apr 7, 2024
Ahh thank you! We'll correct it. Looks like an oversight. |
@charliermarsh Hi! |
Feel free, thanks! You'll need to update the code in |
I'm gonna go ahead and fix this real quick. |
charliermarsh
added a commit
that referenced
this issue
Apr 12, 2024
Glyphack
pushed a commit
to Glyphack/ruff
that referenced
this issue
Apr 12, 2024
## Summary This was accidentally committed under `W0117`, but the actual Pylint code is `W0177`: https://pylint.readthedocs.io/en/latest/user_guide/checkers/features.html. Closes astral-sh#10791.
@charliermarsh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the (W)arning category of Pylint
nan-comparison
has codeW0177
. HereIn Ruff it is coded to
W0117
.Is it a mistake?
Thanks in advance
The text was updated successfully, but these errors were encountered: