mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 00:24:13 -05:00
## Summary Disallow `Final` in function parameter- and return-type annotations. [Typing spec](https://typing.python.org/en/latest/spec/qualifiers.html#uppercase-final): > `Final` may only be used in assignments or variable annotations. Using it in any other position is an error. In particular, `Final` can’t be used in annotations for function arguments ## Test Plan Updated MD test