In the (W)arning category of Pylint `nan-comparison` has code `W0177`. [Here](https://pylint.readthedocs.io/en/latest/user_guide/checkers/features.html#:~:text=nan%2Dcomparison%20(W0177)%3A) In Ruff it is coded to `W0117`. Is it a mistake? Thanks in advance <!-- Thank you for taking the time to report an issue! We're glad to have you involved with Ruff. If you're filing a bug report, please consider including the following information: * List of keywords you searched for before creating this issue. Write them down here so that others can find this issue more easily and help provide feedback. e.g. "W0117", "nan-comparison" * A minimal code snippet that reproduces the bug. * The command you invoked (e.g., `ruff /path/to/file.py --fix`), ideally including the `--isolated` flag. * The current Ruff settings (any relevant sections from your `pyproject.toml`). * The current Ruff version (`ruff --version`). -->