We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bd34d commit 58f56b7Copy full SHA for 58f56b7
mypy.ini
setup.cfg
@@ -166,3 +166,10 @@ skip=
166
asv_bench/benchmarks/dtypes.py
167
asv_bench/benchmarks/strings.py
168
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