Use a simple match statement for case-insensitive noqa lookup (#5633)
## Summary
It turns out that just doing this match directly without `AhoCorasick`
is much faster, like 2x (and removes one dependency, though we likely
already rely on this transitively).