Skip to content

TYPING: Enable --check-untyped-defs for MyPy #29493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 19, 2019
Merged
Prev Previous commit
Next Next commit
update whitelist
  • Loading branch information
simonjayhawkins committed Nov 13, 2019
commit 170700c96634cb00d2917e8bbe4758fdd650aee2
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,15 @@ check_untyped_defs=False
[mypy-pandas._version]
check_untyped_defs=False

[mypy-pandas.core.apply]
check_untyped_defs=False

[mypy-pandas.core.arrays.base]
check_untyped_defs=False

[mypy-pandas.core.arrays.categorical]
check_untyped_defs=False

[mypy-pandas.core.arrays.integer]
check_untyped_defs=False

[mypy-pandas.core.arrays.interval]
check_untyped_defs=False

Expand Down Expand Up @@ -215,9 +215,6 @@ check_untyped_defs=False
[mypy-pandas.core.dtypes.cast]
check_untyped_defs=False

[mypy-pandas.core.dtypes.common]
check_untyped_defs=False

[mypy-pandas.core.dtypes.generic]
check_untyped_defs=False

Expand All @@ -230,6 +227,9 @@ check_untyped_defs=False
[mypy-pandas.core.groupby.generic]
check_untyped_defs=False

[mypy-pandas.core.groupby.grouper]
check_untyped_defs=False

[mypy-pandas.core.groupby.ops]
check_untyped_defs=False

Expand Down