https://github.com/microsoft/pyright/issues/9526 adds a check when `ClassVar` is used as a type qualifier for typed dictionaries and named tuples, as per https://github.com/python/typing/pull/1890. However, it seems that `Final` wasn't included in the check.