Skip to content

Commit 58f56b7

Browse files
WillAydjreback
authored andcommitted
Merged mypy.ini into setup.cfg (#27427)
1 parent 26bd34d commit 58f56b7

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

mypy.ini

Lines changed: 0 additions & 6 deletions
This file was deleted.

setup.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,10 @@ skip=
166166
asv_bench/benchmarks/dtypes.py
167167
asv_bench/benchmarks/strings.py
168168
asv_bench/benchmarks/period.py
169+
170+
[mypy]
171+
ignore_missing_imports=True
172+
no_implicit_optional=True
173+
174+
[mypy-pandas.conftest,pandas.tests.*]
175+
ignore_errors=True

0 commit comments

Comments
 (0)