ruff/resources/test/fixtures/F632.py

9 lines
80 B
Python

if x is "abc":
pass
if 123 is not y:
pass
if "123" is x < 3:
pass