Skip to content

Commit 03168ed

Browse files
committed
Add nanops_numba to mypy overrides
1 parent 613b13f commit 03168ed

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
@@ -760,6 +760,7 @@ module = [
760760
"pandas.core.indexing", # TODO
761761
"pandas.core.missing", # TODO
762762
"pandas.core.nanops", # TODO
763+
"pandas.core.nanops_numba", # TODO
763764
"pandas.core.resample", # TODO
764765
"pandas.core.roperator", # TODO
765766
"pandas.core.sample", # TODO
@@ -805,6 +806,10 @@ disallow_untyped_calls = false
805806
disallow_untyped_defs = false
806807
disallow_incomplete_defs = false
807808

809+
[[tool.mypy.overrides]]
810+
module = "pandas.core.nanops_numba"
811+
disable_error_code = ["unused-ignore"]
812+
808813
[[tool.mypy.overrides]]
809814
module = [
810815
"pandas.tests.*",

0 commit comments

Comments
 (0)