No, the semantics are different due to Python dict...
# development
h
No, the semantics are different due to Python dict merging rules.
{**{Linter: [Bandit]}, **{Linter: [Black]}}
results in
{Linter: [Black]}