8000 Fix validation error type `SS05` and check in CI by thoo · Pull Request #25133 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

Fix validation error type SS05 and check in CI #25133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Feb 4, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into SS05
* upstream/master:
  TST/REF: collect DataFrame reduction tests (#24914)
  DOC: Improve docstring of Series.mul (#25136)
  Removal of return variable names (#25123)
  BUG: Fixing regression in DataFrame.all and DataFrame.any with bool_only=True (#25102)
  Reading a HDF5 created in py2 (#25058)
  DOC: Fix validation type error RT04 (#25107) (#25129)
  • Loading branch information
thoo committed Feb 4, 2019
commit 759766e18b879d630519e9c3ec341ea54b5d7f16
4 changes: 2 additions & 2 deletions ci/code_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@ fi
### DOCSTRINGS ###
if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then

MSG='Validate docstrings (GL06, GL07, GL09, SS04, PR03, PR05, EX04, SS05)' ; echo $MSG
$BASE_DIR/scripts/validate_docstrings.py --format=azure --errors=GL06,GL07,GL09,SS04,PR03,PR05,EX04, SS05
MSG='Validate docstrings (GL06, GL07, GL09, SS04, PR03, PR05, EX04, RT04, SS05)' ; echo $MSG
$BASE_DIR/scripts/validate_docstrings.py --format=azure --errors=GL06,GL07,GL09,SS04,PR03,PR05,EX04,RT04,SS05
RET=$(($RET + $?)) ; echo $MSG "DONE"

fi
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0