PEP 698 – Override Decorator for Static Typing | peps.python.org
This PEP proposes adding an @override decorator to the Python type system. This will allow type checkers to prevent a class of bugs that occur when a base class changes methods that are inherited by derived classes.