test.pyi : `# pyright: reportIncompleteStub = false` ```sh $ ruff --version ruff 0.0.263 $ ruff check --isolated --select PYI033 test.pyi test.pyi:1:1: PYI033 Don't use type comments in stub file Found 1 error. ``` xref https://github.com/pandas-dev/pandas/pull/52974