Skip to content

Commit ca61bec

Browse files
authored
TYP: check typings with pyright (#44254)
1 parent 72327f3 commit ca61bec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ skip = "pandas/__init__.py"
150150
[tool.pyright]
151151
pythonVersion = "3.8"
152152
typeCheckingMode = "strict"
153-
include = ["pandas"]
153+
include = ["pandas", "typings"]
154154
exclude = ["pandas/tests", "pandas/io/clipboard", "pandas/util/version"]
155155
reportGeneralTypeIssues = false
156156
reportConstantRedefinition = false

typings/numba.pyi

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# pyright: reportIncompleteStub = false
12
from typing import (
23
Any,
34
Callable,

0 commit comments

Comments
 (0)