mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
This PR adds [Pylint `R0133`](https://pylint.pycqa.org/en/latest/user_guide/messages/refactor/comparison-of-constants.html) Feel free to suggest changes and additions, I have tried to maintain parity with the Pylint implementation [`comparison_checker.py`](https://github.com/PyCQA/pylint/blob/main/pylint/checkers/base/comparison_checker.py#L247) See #970