[`ruff`] Avoid false positives for RUF027 for typing context bindings. (#15037)
Closes #14000
## Summary
For typing context bindings we know that they won't be available at
runtime. We shouldn't recommend a fix, that will result in name errors
at runtime.
## Test Plan
`cargo nextest run`