-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Related to MartinThoma/flake8-simplify#142 ?
Similar to #3830
something = 'foo' or True
$ ruff --show-source sim222.py
sim222.py:1:13: SIM222 [*] Use `True` instead of `... or True`
|
1 | something = 'foo' or True
| ^^^^^^^^^^^^^ SIM222
|
= help: Replace with `True`
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working