From 8d47066717def4ef2db9ba7d8de60ceeef19c09e Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Sat, 12 Jan 2019 21:00:37 +0000 Subject: [PATCH 1/2] isort ci --- ci/code_checks.sh | 2 +- setup.cfg | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ci/code_checks.sh b/ci/code_checks.sh index b5774d0571dfa..3e62a08975dad 100755 --- a/ci/code_checks.sh +++ b/ci/code_checks.sh @@ -101,7 +101,7 @@ if [[ -z "$CHECK" || "$CHECK" == "lint" ]]; then # Imports - Check formatting using isort see setup.cfg for settings MSG='Check import format using isort ' ; echo $MSG - isort --recursive --check-only pandas + isort --recursive --check-only pandas asv_bench RET=$(($RET + $?)) ; echo $MSG "DONE" fi diff --git a/setup.cfg b/setup.cfg index 3b7d1da9a2b02..f2fc29a2ed0ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -125,7 +125,6 @@ skip= pandas/tests/computation/test_eval.py, pandas/types/common.py, pandas/tests/extension/arrow/test_bool.py, - doc/source/conf.py, asv_bench/benchmarks/algorithms.py, asv_bench/benchmarks/attrs_caching.py, asv_bench/benchmarks/binary_ops.py, @@ -160,3 +159,8 @@ skip= asv_bench/benchmarks/sparse.py, asv_bench/benchmarks/stat_ops.py, asv_bench/benchmarks/timeseries.py + asv_bench/benchmarks/pandas_vb_common.py + asv_bench/benchmarks/offset.py + asv_bench/benchmarks/dtypes.py + asv_bench/benchmarks/strings.py + asv_bench/benchmarks/period.py From fa214cdf4bc175aaadbdef167c8a93f3608ec6de Mon Sep 17 00:00:00 2001 From: alimcmaster1 Date: Sun, 13 Jan 2019 20:39:38 +0000 Subject: [PATCH 2/2] Add asv --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index 103b5f2fd6480..44d92c0b8777f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -149,3 +149,8 @@ skip= asv_bench/benchmarks/sparse.py, asv_bench/benchmarks/stat_ops.py, asv_bench/benchmarks/timeseries.py + asv_bench/benchmarks/pandas_vb_common.py + asv_bench/benchmarks/offset.py + asv_bench/benchmarks/dtypes.py + asv_bench/benchmarks/strings.py + asv_bench/benchmarks/period.py