File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies:
21
21
- flake8-comprehensions>=3.1.0 # used by flake8, linting of unnecessary comprehensions
22
22
- flake8-rst>=0.6.0,<=0.7.0 # linting of code blocks in rst files
23
23
- isort # check that imports are in the right order
24
- - mypy=0.720
24
+ - mypy=0.730
25
25
- pycodestyle # used by flake8
26
26
27
27
# documentation
Original file line number Diff line number Diff line change 9
9
flake8-comprehensions >= 3.1.0
10
10
flake8-rst >= 0.6.0 ,<= 0.7.0
11
11
isort
12
- mypy == 0.720
12
+ mypy == 0.730
13
13
pycodestyle
14
14
gitpython
15
15
sphinx
Original file line number Diff line number Diff line change @@ -145,10 +145,13 @@ ignore_errors=True
145
145
[mypy-pandas.tests.extension.json.test_json]
146
146
ignore_errors =True
147
147
148
+ [mypy-pandas.tests.indexes.datetimes.test_tools]
149
+ ignore_errors =True
150
+
148
151
[mypy-pandas.tests.indexes.test_base]
149
152
ignore_errors =True
150
153
151
- [mypy-pandas.tests.indexing.test_loc ]
154
+ [mypy-pandas.tests.scalar.period.test_period ]
152
155
ignore_errors =True
153
156
154
157
[mypy-pandas.tests.series.test_operators]
You can’t perform that action at this time.
0 commit comments