-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
DOC: Add missing docstring error to validate_docstrings.py #23673
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #23673 +/- ##
=======================================
Coverage 42.45% 42.45%
=======================================
Files 161 161
Lines 51561 51561
=======================================
Hits 21888 21888
Misses 29673 29673
Continue to review full report at Codecov.
|
This addresses the same issue as #23668. Can you discuss with @iway1 to see who wants to finish the work? Both PRs require some work, I don't like having all the code indented, or having the big
|
Hello @avolkov! Thanks for updating the PR.
|
@iway1 I can finish working on the PR. I think I got the idea how to refactor the code into a separate function that handles only errs and wrns while |
@avolkov do you have time to update based on feedback and fix the conflicts? |
yes, I'll do it today |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I'd just make few minor formatting and readability changes. And the PR also requires a rebase.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks for the work and the updates @avolkov
Can you please rebase? there is a conflict with master |
@avolkov something went wrong when merging with master, and you've got plenty of unrelated changes. Can you fix it please? |
@datapythonista It looks like I didn't properly do git rebase and the tests I wrote are failing. I'm working on it. |
When we ask for a rebase, it's not literally a rebase but a If you don't find a better way, |
There was an issue with the test ( I didn't properly remove test code for NoDoctsring class that since have been removed). All the checks seem to be passing now. |
I still see 105 commits and a huge diff. Couldn't you fix that? |
Oh, ok, I see, there's another issue where I need to follow your rebase procedure. I'll do that. |
@avolkov do you have time to fix this PR? |
e7c94ec
to
e75dd0b
Compare
rebased |
@jreback this should be ready |
thanks @avolkov |
This is an update of a previous pull request -- #23669
with all unrelated commits and merges removed and and updates added from code review of that pull request.
git diff upstream/master -u -- "*.py" | flake8 --diff