Skip to content

Commit 47f8646

Browse files
committed
revert code_checks change
1 parent 6dff6b8 commit 47f8646

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ci/code_checks.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,14 +467,11 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
467467
-i "pandas.json_normalize RT03,SA01" \
468468
-i "pandas.merge PR07" \
469469
-i "pandas.merge_asof PR07,RT03" \
470-
-i "pandas.merge_ordered PR07" \
471470
-i "pandas.period_range RT03,SA01" \
472-
-i "pandas.pivot PR07" \
473471
-i "pandas.plotting.andrews_curves RT03,SA01" \
474472
-i "pandas.plotting.lag_plot RT03,SA01" \
475473
-i "pandas.plotting.scatter_matrix PR07,SA01" \
476474
-i "pandas.qcut PR07,SA01" \
477-
-i "pandas.read_spss SA01" \
478475
-i "pandas.set_eng_float_format RT03,SA01" \
479476
-i "pandas.testing.assert_extension_array_equal SA01" \
480477
-i "pandas.tseries.offsets.BDay PR02,SA01" \
@@ -596,8 +593,10 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
596593
-i "pandas.tseries.offsets.DateOffset.nanos GL08" \
597594
-i "pandas.tseries.offsets.DateOffset.normalize GL08" \
598595
-i "pandas.tseries.offsets.DateOffset.rule_code GL08" \
596+
-i "pandas.tseries.offsets.Day.freqstr SA01" \
599597
-i "pandas.tseries.offsets.Day.is_on_offset GL08" \
600598
-i "pandas.tseries.offsets.Day.n GL08" \
599+
-i "pandas.tseries.offsets.Day.nanos SA01" \
601600
-i "pandas.tseries.offsets.Day.normalize GL08" \
602601
-i "pandas.tseries.offsets.Day.rule_code GL08" \
603602
-i "pandas.tseries.offsets.Easter PR02" \

0 commit comments

Comments
 (0)