Skip to content

Commit 9c7f945

Browse files
committed
Add nanops_numba to mypy overrides
1 parent a862512 commit 9c7f945

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
@@ -757,6 +757,7 @@ module = [
757757
"pandas.core.indexing", # TODO
758758
"pandas.core.missing", # TODO
759759
"pandas.core.nanops", # TODO
760+
"pandas.core.nanops_numba", # TODO
760761
"pandas.core.resample", # TODO
761762
"pandas.core.roperator", # TODO
762763
"pandas.core.sample", # TODO
@@ -802,6 +803,10 @@ disallow_untyped_calls = false
802803
disallow_untyped_defs = false
803804
disallow_incomplete_defs = false
804805

806+
[[tool.mypy.overrides]]
807+
module = "pandas.core.nanops_numba"
808+
disable_error_code = ["unused-ignore"]
809+
805810
[[tool.mypy.overrides]]
806811
module = [
807812
"pandas.tests.*",

0 commit comments

Comments
 (0)