Removed or revised a few more `type: ignore`s
Pyrefly treats any `type: ignore` as a blanket suppression, even if the `ignore`
is followed by a mypy-style code. So, e.g. `type: ignore[foo-bar]` will suppress
`bad-argument-type` and `bad-assignment` and any other error code.