mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 15:44:22 -05:00
Checks for unnecessary spreads, like `{**foo, **{"bar": True}}`
rel: https://github.com/charliermarsh/ruff/issues/1879
rel: https://github.com/charliermarsh/ruff/issues/1543