Skip to content

Commit 054936f

Browse files
simonjayhawkinsjreback
authored andcommitted
CI: bump mypy 0.730 (#29653)
1 parent 86d49f4 commit 054936f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff 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

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ flake8
99
flake8-comprehensions>=3.1.0
1010
flake8-rst>=0.6.0,<=0.7.0
1111
isort
12-
mypy==0.720
12+
mypy==0.730
1313
pycodestyle
1414
gitpython
1515
sphinx

setup.cfg

+4-1
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,13 @@ ignore_errors=True
145145
[mypy-pandas.tests.extension.json.test_json]
146146
ignore_errors=True
147147

148+
[mypy-pandas.tests.indexes.datetimes.test_tools]
149+
ignore_errors=True
150+
148151
[mypy-pandas.tests.indexes.test_base]
149152
ignore_errors=True
150153

151-
[mypy-pandas.tests.indexing.test_loc]
154+
[mypy-pandas.tests.scalar.period.test_period]
152155
ignore_errors=True
153156

154157
[mypy-pandas.tests.series.test_operators]

0 commit comments

Comments
 (0)