-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Stop ignoring fixed rst files in flake8-rst #24051
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
doc/source/contributing.rst | ||
doc/source/contributing_docstring.rst | ||
doc/source/dsintro.rst | ||
doc/source/enhancingperf.rst | ||
doc/source/extending.rst | ||
doc/source/groupby.rst | ||
doc/source/indexing.rst | ||
doc/source/io.rst |
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.
io.rst
isn't yet completely fixed.
setup.cfg
Outdated
doc/source/contributing.rst | ||
doc/source/contributing_docstring.rst | ||
doc/source/dsintro.rst | ||
doc/source/enhancingperf.rst | ||
doc/source/extending.rst | ||
doc/source/groupby.rst | ||
doc/source/indexing.rst | ||
doc/source/io.rst | ||
doc/source/merging.rst | ||
doc/source/missing_data.rst | ||
doc/source/options.rst | ||
doc/source/release.rst | ||
doc/source/reshaping.rst | ||
doc/source/timedeltas.rst |
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.
timedeltas.rst
can also be removed
Codecov Report
@@ Coverage Diff @@
## master #24051 +/- ##
=======================================
Coverage 92.31% 92.31%
=======================================
Files 161 161
Lines 51562 51562
=======================================
Hits 47599 47599
Misses 3963 3963
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #24051 +/- ##
=========================================
Coverage ? 42.45%
=========================================
Files ? 161
Lines ? 51561
Branches ? 0
=========================================
Hits ? 21888
Misses ? 29673
Partials ? 0
Continue to review full report at Codecov.
|
thanks for the comments @FHaase, I fixed the remaining issues in |
@datapythonista can you rebase this. (i merged something else) |
@jreback this is green now |
thanks! |
git diff upstream/master -u -- "*.py" | flake8 --diff
Removing from the list of ignored files in flake8-rst, the pages that have been fixed before the ignore list was merged.