ruff/foo.py

3 lines
62 B
Python

if x.startswith(("a", "b")) or re.match(r"a\.b", x):
pass