mirror of
https://github.com/astral-sh/ruff
synced 2026-01-09 15:44:22 -05:00
## Summary If a method is annotated with `@typing_extensions.override`, we should avoid flagging A003 on it. This isn't part of the standard library yet, but it's used to explicitly mark methods as overrides.