Skip to content

Commit babae54

Browse files
committed
Add nanops_numba to mypy overrides
1 parent 82b2221 commit babae54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ module = [
800800
"pandas.core.indexing", # TODO
801801
"pandas.core.missing", # TODO
802802
"pandas.core.nanops", # TODO
803+
"pandas.core.nanops_numba", # TODO
803804
"pandas.core.resample", # TODO
804805
"pandas.core.roperator", # TODO
805806
"pandas.core.sample", # TODO
@@ -845,6 +846,10 @@ disallow_untyped_calls = false
845846
disallow_untyped_defs = false
846847
disallow_incomplete_defs = false
847848

849+
[[tool.mypy.overrides]]
850+
module = "pandas.core.nanops_numba"
851+
disable_error_code = ["unused-ignore"]
852+
848853
[[tool.mypy.overrides]]
849854
module = [
850855
"pandas.tests.*",

0 commit comments

Comments
 (0)