Skip to content

Commit ec59485

Browse files
committed
Correct code_checks.sh.
1 parent dedcd83 commit ec59485

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

ci/code_checks.sh

-28
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
406406
-i "pandas.set_eng_float_format RT03,SA01" \
407407
-i "pandas.testing.assert_extension_array_equal SA01" \
408408
-i "pandas.tseries.offsets.BDay PR02,SA01" \
409-
-i "pandas.tseries.offsets.BQuarterBegin PR02" \
410409
-i "pandas.tseries.offsets.BQuarterBegin.is_on_offset GL08" \
411410
-i "pandas.tseries.offsets.BQuarterBegin.n GL08" \
412411
-i "pandas.tseries.offsets.BQuarterBegin.normalize GL08" \
@@ -421,7 +420,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
421420
-i "pandas.tseries.offsets.BYearBegin.month GL08" \
422421
-i "pandas.tseries.offsets.BYearBegin.n GL08" \
423422
-i "pandas.tseries.offsets.BYearBegin.normalize GL08" \
424-
-i "pandas.tseries.offsets.BYearEnd PR02" \
425423
-i "pandas.tseries.offsets.BYearEnd.is_on_offset GL08" \
426424
-i "pandas.tseries.offsets.BYearEnd.month GL08" \
427425
-i "pandas.tseries.offsets.BYearEnd.n GL08" \
@@ -483,22 +481,16 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
483481
-i "pandas.tseries.offsets.CustomBusinessMonthEnd.n GL08" \
484482
-i "pandas.tseries.offsets.CustomBusinessMonthEnd.normalize GL08" \
485483
-i "pandas.tseries.offsets.CustomBusinessMonthEnd.weekmask GL08" \
486-
-i "pandas.tseries.offsets.DateOffset PR02" \
487484
-i "pandas.tseries.offsets.DateOffset.is_on_offset GL08" \
488485
-i "pandas.tseries.offsets.DateOffset.n GL08" \
489486
-i "pandas.tseries.offsets.DateOffset.normalize GL08" \
490487
-i "pandas.tseries.offsets.Day.is_on_offset GL08" \
491488
-i "pandas.tseries.offsets.Day.n GL08" \
492489
-i "pandas.tseries.offsets.Day.normalize GL08" \
493-
-i "pandas.tseries.offsets.Easter PR02" \
494-
-i "pandas.tseries.offsets.Day.rule_code GL08" \
495-
-i "pandas.tseries.offsets.Easter.freqstr SA01" \
496490
-i "pandas.tseries.offsets.Easter.is_on_offset GL08" \
497491
-i "pandas.tseries.offsets.Easter.n GL08" \
498492
-i "pandas.tseries.offsets.Easter.normalize GL08" \
499-
-i "pandas.tseries.offsets.FY5253 PR02" \
500493
-i "pandas.tseries.offsets.Easter.rule_code GL08" \
501-
-i "pandas.tseries.offsets.FY5253.freqstr SA01" \
502494
-i "pandas.tseries.offsets.FY5253.get_rule_code_suffix GL08" \
503495
-i "pandas.tseries.offsets.FY5253.get_year_end GL08" \
504496
-i "pandas.tseries.offsets.FY5253.is_on_offset GL08" \
@@ -508,8 +500,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
508500
-i "pandas.tseries.offsets.FY5253.startingMonth GL08" \
509501
-i "pandas.tseries.offsets.FY5253.variation GL08" \
510502
-i "pandas.tseries.offsets.FY5253.weekday GL08" \
511-
-i "pandas.tseries.offsets.FY5253Quarter PR02" \
512-
-i "pandas.tseries.offsets.FY5253Quarter.freqstr SA01" \
513503
-i "pandas.tseries.offsets.FY5253Quarter.get_rule_code_suffix GL08" \
514504
-i "pandas.tseries.offsets.FY5253Quarter.get_weeks GL08" \
515505
-i "pandas.tseries.offsets.FY5253Quarter.is_on_offset GL08" \
@@ -521,36 +511,24 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
521511
-i "pandas.tseries.offsets.FY5253Quarter.variation GL08" \
522512
-i "pandas.tseries.offsets.FY5253Quarter.weekday GL08" \
523513
-i "pandas.tseries.offsets.FY5253Quarter.year_has_extra_week GL08" \
524-
-i "pandas.tseries.offsets.Hour PR02" \
525-
-i "pandas.tseries.offsets.Hour.freqstr SA01" \
526514
-i "pandas.tseries.offsets.Hour.is_on_offset GL08" \
527515
-i "pandas.tseries.offsets.Hour.n GL08" \
528516
-i "pandas.tseries.offsets.Hour.normalize GL08" \
529-
-i "pandas.tseries.offsets.Hour.rule_code GL08" \
530517
-i "pandas.tseries.offsets.LastWeekOfMonth SA01" \
531-
-i "pandas.tseries.offsets.LastWeekOfMonth.freqstr SA01" \
532518
-i "pandas.tseries.offsets.LastWeekOfMonth.is_on_offset GL08" \
533519
-i "pandas.tseries.offsets.LastWeekOfMonth.n GL08" \
534520
-i "pandas.tseries.offsets.LastWeekOfMonth.normalize GL08" \
535521
-i "pandas.tseries.offsets.LastWeekOfMonth.week GL08" \
536522
-i "pandas.tseries.offsets.LastWeekOfMonth.weekday GL08" \
537-
-i "pandas.tseries.offsets.Micro PR02" \
538-
-i "pandas.tseries.offsets.Micro.freqstr SA01" \
539523
-i "pandas.tseries.offsets.Micro.is_on_offset GL08" \
540524
-i "pandas.tseries.offsets.Micro.n GL08" \
541525
-i "pandas.tseries.offsets.Micro.normalize GL08" \
542-
-i "pandas.tseries.offsets.Milli PR02" \
543-
-i "pandas.tseries.offsets.Micro.rule_code GL08" \
544-
-i "pandas.tseries.offsets.Milli.freqstr SA01" \
545526
-i "pandas.tseries.offsets.Milli.is_on_offset GL08" \
546527
-i "pandas.tseries.offsets.Milli.n GL08" \
547528
-i "pandas.tseries.offsets.Milli.normalize GL08" \
548-
-i "pandas.tseries.offsets.Milli.rule_code GL08" \
549-
-i "pandas.tseries.offsets.Minute.freqstr SA01" \
550529
-i "pandas.tseries.offsets.Minute.is_on_offset GL08" \
551530
-i "pandas.tseries.offsets.Minute.n GL08" \
552531
-i "pandas.tseries.offsets.Minute.normalize GL08" \
553-
-i "pandas.tseries.offsets.MonthBegin PR02" \
554532
-i "pandas.tseries.offsets.MonthBegin.is_on_offset GL08" \
555533
-i "pandas.tseries.offsets.MonthBegin.n GL08" \
556534
-i "pandas.tseries.offsets.MonthBegin.normalize GL08" \
@@ -559,9 +537,7 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
559537
-i "pandas.tseries.offsets.MonthEnd.normalize GL08" \
560538
-i "pandas.tseries.offsets.Nano PR02" \
561539
-i "pandas.tseries.offsets.Nano.is_on_offset GL08" \
562-
-i "pandas.tseries.offsets.Nano.n GL08" \
563540
-i "pandas.tseries.offsets.Nano.normalize GL08" \
564-
-i "pandas.tseries.offsets.QuarterBegin PR02" \
565541
-i "pandas.tseries.offsets.QuarterBegin.is_on_offset GL08" \
566542
-i "pandas.tseries.offsets.QuarterBegin.n GL08" \
567543
-i "pandas.tseries.offsets.QuarterBegin.normalize GL08" \
@@ -572,11 +548,9 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
572548
-i "pandas.tseries.offsets.QuarterEnd.normalize GL08" \
573549
-i "pandas.tseries.offsets.QuarterEnd.rule_code GL08" \
574550
-i "pandas.tseries.offsets.QuarterEnd.startingMonth GL08" \
575-
-i "pandas.tseries.offsets.Second PR02" \
576551
-i "pandas.tseries.offsets.Second.is_on_offset GL08" \
577552
-i "pandas.tseries.offsets.Second.n GL08" \
578553
-i "pandas.tseries.offsets.Second.normalize GL08" \
579-
-i "pandas.tseries.offsets.SemiMonthBegin PR02,SA01" \
580554
-i "pandas.tseries.offsets.SemiMonthBegin.day_of_month GL08" \
581555
-i "pandas.tseries.offsets.SemiMonthBegin.is_on_offset GL08" \
582556
-i "pandas.tseries.offsets.SemiMonthBegin.n GL08" \
@@ -592,12 +566,10 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
592566
-i "pandas.tseries.offsets.Tick.is_on_offset GL08" \
593567
-i "pandas.tseries.offsets.Tick.n GL08" \
594568
-i "pandas.tseries.offsets.Tick.normalize GL08" \
595-
-i "pandas.tseries.offsets.Week PR02" \
596569
-i "pandas.tseries.offsets.Week.is_on_offset GL08" \
597570
-i "pandas.tseries.offsets.Week.n GL08" \
598571
-i "pandas.tseries.offsets.Week.normalize GL08" \
599572
-i "pandas.tseries.offsets.Week.weekday GL08" \
600-
-i "pandas.tseries.offsets.WeekOfMonth PR02,SA01" \
601573
-i "pandas.tseries.offsets.WeekOfMonth.is_on_offset GL08" \
602574
-i "pandas.tseries.offsets.WeekOfMonth.n GL08" \
603575
-i "pandas.tseries.offsets.WeekOfMonth.normalize GL08" \

0 commit comments

Comments
 (0)