File tree 2 files changed +0
-25
lines changed
2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -60,30 +60,6 @@ repos:
60
60
- flake8==5.0.4
61
61
- flake8-bugbear==22.7.1
62
62
- pandas-dev-flaker==0.5.0
63
- - repo : https://github.com/pycqa/pylint
64
- rev : v2.15.5
65
- hooks :
66
- - id : pylint
67
- stages : [manual]
68
- - repo : https://github.com/pycqa/pylint
69
- rev : v2.15.5
70
- hooks :
71
- - id : pylint
72
- alias : redefined-outer-name
73
- name : Redefining name from outer scope
74
- files : ^pandas/
75
- exclude : |
76
- (?x)
77
- ^pandas/tests # keep excluded
78
- |/_testing/ # keep excluded
79
- |^pandas/util/_test_decorators\.py # keep excluded
80
- |^pandas/_version\.py # keep excluded
81
- |^pandas/conftest\.py # keep excluded
82
- |^pandas/core/tools/datetimes\.py
83
- |^pandas/io/formats/format\.py
84
- |^pandas/core/generic\.py
85
- args : [--disable=all, --enable=redefined-outer-name]
86
- stages : [manual]
87
63
- repo : https://github.com/PyCQA/isort
88
64
rev : 5.10.1
89
65
hooks :
Original file line number Diff line number Diff line change @@ -623,7 +623,6 @@ def _extract_index(data) -> Index:
623
623
)
624
624
625
625
if have_series :
626
- assert index is not None # for mypy
627
626
if lengths [0 ] != len (index ):
628
627
msg = (
629
628
f"array length { lengths [0 ]} does not match index "
You can’t perform that action at this time.
0 commit comments