ruff
ruff copied to clipboard
nan-comparison code mismatch with Pylint
In the (W)arning category of Pylint nan-comparison
has code W0177
. Here
In Ruff it is coded to W0117
.
Is it a mistake?
Thanks in advance
Ahh thank you! We'll correct it. Looks like an oversight.
@charliermarsh Hi! Can I fix it?
Feel free, thanks! You'll need to update the code in codes.rs
, and then also add a redirect from the old to new code in rule_redirects.rs
.
I'm gonna go ahead and fix this real quick.
@charliermarsh Sorry to necropost like this. But I forgot to ask that this issue be updated to reflect this fix. here