File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ if [[ -z "$CHECK" || "$CHECK" == "lint" ]]; then
101
101
102
102
# Imports - Check formatting using isort see setup.cfg for settings
103
103
MSG=' Check import format using isort ' ; echo $MSG
104
- isort --recursive --check-only pandas
104
+ isort --recursive --check-only pandas asv_bench
105
105
RET=$(( $RET + $? )) ; echo $MSG " DONE"
106
106
107
107
fi
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ force_sort_within_sections=True
115
115
skip =
116
116
pandas/core/api.py,
117
117
pandas/core/frame.py,
118
- doc/source/conf.py,
119
118
asv_bench/benchmarks/algorithms.py,
120
119
asv_bench/benchmarks/attrs_caching.py,
121
120
asv_bench/benchmarks/binary_ops.py,
@@ -150,3 +149,8 @@ skip=
150
149
asv_bench/benchmarks/sparse.py,
151
150
asv_bench/benchmarks/stat_ops.py,
152
151
asv_bench/benchmarks/timeseries.py
152
+ asv_bench/benchmarks/pandas_vb_common.py
153
+ asv_bench/benchmarks/offset.py
154
+ asv_bench/benchmarks/dtypes.py
155
+ asv_bench/benchmarks/strings.py
156
+ asv_bench/benchmarks/period.py
You can’t perform that action at this time.
0 commit comments