diff --git a/environment.yml b/environment.yml index a3582c56ee9d2..b4ffe9577b379 100644 --- a/environment.yml +++ b/environment.yml @@ -21,7 +21,7 @@ dependencies: - flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions - flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files - isort # check that imports are in the right order - - mypy=0.720 + - mypy=0.730 - pycodestyle # used by flake8 # documentation diff --git a/requirements-dev.txt b/requirements-dev.txt index 6235b61d92f29..b963b9978da34 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ flake8 flake8-comprehensions>=3.1.0 flake8-rst>=0.6.0,<=0.7.0 isort -mypy==0.720 +mypy==0.730 pycodestyle gitpython sphinx diff --git a/setup.cfg b/setup.cfg index 10670a4eae387..46e6b88f8018a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -145,10 +145,13 @@ ignore_errors=True [mypy-pandas.tests.extension.json.test_json] ignore_errors=True +[mypy-pandas.tests.indexes.datetimes.test_tools] +ignore_errors=True + [mypy-pandas.tests.indexes.test_base] ignore_errors=True -[mypy-pandas.tests.indexing.test_loc] +[mypy-pandas.tests.scalar.period.test_period] ignore_errors=True [mypy-pandas.tests.series.test_operators]