Skip to content

Commit a362e92

Browse files
alimcmaster1Pingviinituutti
authored andcommitted
CI: isort ci (pandas-dev#24746)
1 parent d6e48f9 commit a362e92

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ci/code_checks.sh

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

107107
fi

setup.cfg

+5-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ force_sort_within_sections=True
115115
skip=
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

0 commit comments

Comments
 (0)