mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -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