|
| 1 | +[mypy] |
| 2 | +ignore_missing_imports=True |
| 3 | +follow_imports=silent |
| 4 | + |
| 5 | +[mypy-pandas.conftest,pandas.tests.*] |
| 6 | +ignore_errors=True |
| 7 | + |
| 8 | +[mypy-pandas._config.config] |
| 9 | +ignore_errors=True |
| 10 | + |
| 11 | +[mypy-pandas._version] |
| 12 | +ignore_errors=True |
| 13 | + |
| 14 | +[mypy-pandas.compat] |
| 15 | +ignore_errors=True |
| 16 | + |
| 17 | +[mypy-pandas.compat.numpy.function] |
| 18 | +ignore_errors=True |
| 19 | + |
| 20 | +[mypy-pandas.compat.pickle_compat] |
| 21 | +ignore_errors=True |
| 22 | + |
| 23 | +[mypy-pandas.core.accessor] |
| 24 | +ignore_errors=True |
| 25 | + |
| 26 | +[mypy-pandas.core.api] |
| 27 | +ignore_errors=True |
| 28 | + |
| 29 | +[mypy-pandas.core.apply] |
| 30 | +ignore_errors=True |
| 31 | + |
| 32 | +[mypy-pandas.core.arrays.array_] |
| 33 | +ignore_errors=True |
| 34 | + |
| 35 | +[mypy-pandas.core.arrays.datetimelike] |
| 36 | +ignore_errors=True |
| 37 | + |
| 38 | +[mypy-pandas.core.arrays.integer] |
| 39 | +ignore_errors=True |
| 40 | + |
| 41 | +[mypy-pandas.core.arrays.interval] |
| 42 | +ignore_errors=True |
| 43 | + |
| 44 | +[mypy-pandas.core.arrays.numpy_] |
| 45 | +ignore_errors=True |
| 46 | + |
| 47 | +[mypy-pandas.core.arrays.period] |
| 48 | +ignore_errors=True |
| 49 | + |
| 50 | +[mypy-pandas.core.arrays.sparse] |
| 51 | +ignore_errors=True |
| 52 | + |
| 53 | +[mypy-pandas.core.arrays.timedeltas] |
| 54 | +ignore_errors=True |
| 55 | + |
| 56 | +[mypy-pandas.core.base] |
| 57 | +ignore_errors=True |
| 58 | + |
| 59 | +[mypy-pandas.core.computation.expr] |
| 60 | +ignore_errors=True |
| 61 | + |
| 62 | +[mypy-pandas.core.computation.ops] |
| 63 | +ignore_errors=True |
| 64 | + |
| 65 | +[mypy-pandas.core.computation.pytables] |
| 66 | +ignore_errors=True |
| 67 | + |
| 68 | +[mypy-pandas.core.config] |
| 69 | +ignore_errors=True |
| 70 | + |
| 71 | +[mypy-pandas.core.config_init] |
| 72 | +ignore_errors=True |
| 73 | + |
| 74 | +[mypy-pandas.core.dtypes.dtypes] |
| 75 | +ignore_errors=True |
| 76 | + |
| 77 | +[mypy-pandas.core.dtypes.missing] |
| 78 | +ignore_errors=True |
| 79 | + |
| 80 | +[mypy-pandas.core.frame] |
| 81 | +ignore_errors=True |
| 82 | + |
| 83 | +[mypy-pandas.core.generic] |
| 84 | +ignore_errors=True |
| 85 | + |
| 86 | +[mypy-pandas.core.groupby.generic] |
| 87 | +ignore_errors=True |
| 88 | + |
| 89 | +[mypy-pandas.core.groupby.groupby] |
| 90 | +ignore_errors=True |
| 91 | + |
| 92 | +[mypy-pandas.core.groupby.ops] |
| 93 | +ignore_errors=True |
| 94 | + |
| 95 | +[mypy-pandas.core.indexes.base] |
| 96 | +ignore_errors=True |
| 97 | + |
| 98 | +[mypy-pandas.core.indexes.datetimelike] |
| 99 | +ignore_errors=True |
| 100 | + |
| 101 | +[mypy-pandas.core.indexes.datetimes] |
| 102 | +ignore_errors=True |
| 103 | + |
| 104 | +[mypy-pandas.core.indexes.period] |
| 105 | +ignore_errors=True |
| 106 | + |
| 107 | +[mypy-pandas.core.indexes.timedeltas] |
| 108 | +ignore_errors=True |
| 109 | + |
| 110 | +[mypy-pandas.core.indexing] |
| 111 | +ignore_errors=True |
| 112 | + |
| 113 | +[mypy-pandas.core.internals.blocks] |
| 114 | +ignore_errors=True |
| 115 | + |
| 116 | +[mypy-pandas.core.ops] |
| 117 | +ignore_errors=True |
| 118 | + |
| 119 | +[mypy-pandas.core.panel] |
| 120 | +ignore_errors=True |
| 121 | + |
| 122 | +[mypy-pandas.core.resample] |
| 123 | +ignore_errors=True |
| 124 | + |
| 125 | +[mypy-pandas.core.reshape.concat] |
| 126 | +ignore_errors=True |
| 127 | + |
| 128 | +[mypy-pandas.core.reshape.merge] |
| 129 | +ignore_errors=True |
| 130 | + |
| 131 | +[mypy-pandas.core.reshape.reshape] |
| 132 | +ignore_errors=True |
| 133 | + |
| 134 | +[mypy-pandas.core.reshape.tile] |
| 135 | +ignore_errors=True |
| 136 | + |
| 137 | +[mypy-pandas.core.series] |
| 138 | +ignore_errors=True |
| 139 | + |
| 140 | +[mypy-pandas.core.sparse.frame] |
| 141 | +ignore_errors=True |
| 142 | + |
| 143 | +[mypy-pandas.core.strings] |
| 144 | +ignore_errors=True |
| 145 | + |
| 146 | +[mypy-pandas.core.util.hashing] |
| 147 | +ignore_errors=True |
| 148 | + |
| 149 | +[mypy-pandas.core.window] |
| 150 | +ignore_errors=True |
| 151 | + |
| 152 | +[mypy-pandas.io.clipboards] |
| 153 | +ignore_errors=True |
| 154 | + |
| 155 | +[mypy-pandas.io.feather_format] |
| 156 | +ignore_errors=True |
| 157 | + |
| 158 | +[mypy-pandas.io.formats.css] |
| 159 | +ignore_errors=True |
| 160 | + |
| 161 | +[mypy-pandas.io.html] |
| 162 | +ignore_errors=True |
| 163 | + |
| 164 | +[mypy-pandas.io.json.json] |
| 165 | +ignore_errors=True |
| 166 | + |
| 167 | +[mypy-pandas.io.json.normalize] |
| 168 | +ignore_errors=True |
| 169 | + |
| 170 | +[mypy-pandas.io.json.table_schema] |
| 171 | +ignore_errors=True |
| 172 | + |
| 173 | +[mypy-pandas.io.packers] |
| 174 | +ignore_errors=True |
| 175 | + |
| 176 | +[mypy-pandas.io.parquet] |
| 177 | +ignore_errors=True |
| 178 | + |
| 179 | +[mypy-pandas.io.pytables] |
| 180 | +ignore_errors=True |
| 181 | + |
| 182 | +[mypy-pandas.io.stata] |
| 183 | +ignore_errors=True |
| 184 | + |
| 185 | +[mypy-pandas.plotting._core] |
| 186 | +ignore_errors=True |
| 187 | + |
| 188 | +[mypy-pandas.tseries.frequencies] |
| 189 | +ignore_errors=True |
| 190 | + |
| 191 | +[mypy-pandas.tseries.holiday] |
| 192 | +ignore_errors=True |
| 193 | + |
| 194 | +[mypy-pandas.tseries.offsets] |
| 195 | +ignore_errors=True |
| 196 | + |
| 197 | +[mypy-pandas.util._doctools] |
| 198 | +ignore_errors=True |
| 199 | + |
| 200 | +[mypy-pandas.util.testing] |
| 201 | +ignore_errors=True |
0 commit comments