Skip to content

Commit 86266de

Browse files
committed
Remove reshape.concat and reshape.tile from mypy.ini blacklist
1 parent 8e38fec commit 86266de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mypy.ini

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,18 +122,12 @@ ignore_errors=True
122122
[mypy-pandas.core.resample]
123123
ignore_errors=True
124124

125-
[mypy-pandas.core.reshape.concat]
126-
ignore_errors=True
127-
128125
[mypy-pandas.core.reshape.merge]
129126
ignore_errors=True
130127

131128
[mypy-pandas.core.reshape.reshape]
132129
ignore_errors=True
133130

134-
[mypy-pandas.core.reshape.tile]
135-
ignore_errors=True
136-
137131
[mypy-pandas.core.series]
138132
ignore_errors=True
139133

0 commit comments

Comments
 (0)