Skip to content

WPS312 duplicates PLR0124  #3239

@sobolevn

Description

@sobolevn
» flake8 ex.py

ex.py

  1:1      WPS312 Found comparison of a variable to itself
  other == other
  ^

vs

» ruff check ex.py --no-fix                
ex.py:1:1: PLR0124 Name compared with itself, consider replacing `other == other`
  |
1 | other == other
  | ^^^^^ PLR0124
  |

We need to disable this rule in 1.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueEntrypoint to the projecthelp wantedExtra attention is neededlevel:starterGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions