File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 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
101101
102102 #  Imports - Check formatting using isort see setup.cfg for settings
103103 MSG=' Check import format using isort '   ;  echo  $MSG 
104-  isort --recursive --check-only pandas
104+  isort --recursive --check-only pandas asv_bench 
105105 RET=$(( $RET  +  $? ))   ;  echo  $MSG  " DONE" 
106106
107107fi 
Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ force_sort_within_sections=True
115115skip =
116116 pandas/core/api.py,
117117 pandas/core/frame.py,
118-  doc/source/conf.py,
119118 asv_bench/benchmarks/algorithms.py,
120119 asv_bench/benchmarks/attrs_caching.py,
121120 asv_bench/benchmarks/binary_ops.py,
@@ -150,3 +149,8 @@ skip=
150149 asv_bench/benchmarks/sparse.py,
151150 asv_bench/benchmarks/stat_ops.py,
152151 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