File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies:
2121 - flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
2222 - flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
2323 - isort # check that imports are in the right order
24- - mypy=0.720
24+ - mypy=0.730
2525 - pycodestyle # used by flake8
2626
2727 # documentation
Original file line number Diff line number Diff line change 99flake8-comprehensions >= 3.1.0
1010flake8-rst >= 0.6.0 ,<= 0.7.0
1111isort
12- mypy == 0.720
12+ mypy == 0.730
1313pycodestyle
1414gitpython
1515sphinx
Original file line number Diff line number Diff line change @@ -145,10 +145,13 @@ ignore_errors=True
145145[mypy-pandas.tests.extension.json.test_json]
146146ignore_errors =True
147147
148+ [mypy-pandas.tests.indexes.datetimes.test_tools]
149+ ignore_errors =True
150+
148151[mypy-pandas.tests.indexes.test_base]
149152ignore_errors =True
150153
151- [mypy-pandas.tests.indexing.test_loc ]
154+ [mypy-pandas.tests.scalar.period.test_period ]
152155ignore_errors =True
153156
154157[mypy-pandas.tests.series.test_operators]
You can’t perform that action at this time.
0 commit comments