Summary
SIM911 has a false negative if the dict is named dict playground
PS ~\Desktop\New_folder>Get-Content issue.py
dict = {}
for country, stars in zip(dict.keys(), dict.values()):...
PS ~\Desktop\New_folder>uvx ruff check issue.py --isolated --select SIM
This also applies to SIM910 playground
Version
ruff 0.12.0 (87f0feb 2025-06-17) + playground