Skip to content

Commit

Permalink
updated code_checks.sh accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwooma committed Apr 22, 2024
1 parent c92cb75 commit 51235a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
-i "pandas.DataFrame.swaplevel SA01" \
-i "pandas.DataFrame.to_feather SA01" \
-i "pandas.DataFrame.to_markdown SA01" \
-i "pandas.DataFrame.to_parquet RT03" \
-i "pandas.DataFrame.var PR01,RT03,SA01" \
-i "pandas.DatetimeIndex.date SA01" \
-i "pandas.DatetimeIndex.day_of_year SA01" \
Expand Down

0 comments on commit 51235a2

Please sign in to comment.