This doesn't trigger a violation even when using the example from the docs.
ages = {"Tom": 23, "Maria": 23, "Dog": 11}
age = ages.get("Cat", None) # None
$ ruff --isolated --select SIM910 --preview --no-cache rufftest/ruff_sample.py
(no output)
(ruff 0.1.6)
This doesn't trigger a violation even when using the example from the docs.
(ruff 0.1.6)