-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Fix flake8 issues on v22, v23 and v24rst #24217
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
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, thanks for the fixes @thoo
just one wrong indentation I think
doc/source/whatsnew/v0.23.0.rst
Outdated
@@ -336,7 +336,8 @@ outside the existing valid values while preserving those inside. (:issue:`16284 | |||
|
|||
.. ipython:: python | |||
|
|||
ser = pd.Series([np.nan, np.nan, 5, np.nan, np.nan, np.nan, 13, np.nan, np.nan]) | |||
ser = pd.Series([np.nan, np.nan, 5, np.nan, np.nan, | |||
np.nan, 13, np.nan, np.nan]) |
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.
I think this is missing one more space
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.
Thanks. Done.
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 @thoo
Codecov Report
@@ Coverage Diff @@
## master #24217 +/- ##
=======================================
Coverage 92.21% 92.21%
=======================================
Files 162 162
Lines 51763 51763
=======================================
Hits 47733 47733
Misses 4030 4030
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24217 +/- ##
=======================================
Coverage 92.21% 92.21%
=======================================
Files 162 162
Lines 51763 51763
=======================================
Hits 47733 47733
Misses 4030 4030
Continue to review full report at Codecov.
|
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, thanks @thoo
but in general, once you've got a PR approved, better to open a new one, instead of modifying it
@datapythonista Thanks. I will definitely do it next time. |
flake8-rst source/whatsnew/v0.22.0.rst
andflake8-rst source/whatsnew/v0.23.0.rst
This is related to DOC: Fix flake8 issue in whatsnew files #24177