-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
flake8-rst 0.4.3 config? #23665
Comments
Is the CI already failing? If it's not I'd create an issue (or few if there are many errors) to fix those, and tag it as "good first issue". I'm sure we'll get them fixed in couple of days. |
I suppose it'll start failing shortly after
conda-forge/flake8-rst-feedstock#2 is merged :)
…On Tue, Nov 13, 2018 at 3:29 PM Marc Garcia ***@***.***> wrote:
Is the CI already failing? If it's not I'd create an issue (or few if
there are many errors) to fix those, and tag it as "good first issue". I'm
sure we'll get them fixed in couple of days.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23665 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIs0uB440mp5xs8AlciDjT2Yga0mOks5uuznMgaJpZM4YboF1>
.
|
Wouldn't it be simpler to pin Btw, how did you install |
It's on PyPI: https://pypi.org/project/flake8-rst/
pinning for now sounds good.
…On Tue, Nov 13, 2018 at 3:56 PM Marc Garcia ***@***.***> wrote:
Wouldn't it be simpler to pin flake8-rst to 0.4.2 while we fix the errors?
Btw, how did you install 0.4.3? I'm happy to create the issues myself,
but want to explain in them how to install it easily, so new contributors
can get the list, and make sure everything is fixed before sending the PR.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23665 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIjKP9hv-aPiwhlY8_kgDxDdNn9bSks5uu0AOgaJpZM4YboF1>
.
|
Oh, only 2390 errors, I understand why you thought on ignoring instead of fixing. I think in @FHaase do you want to take care of this? I'd say the best would be to create start adding one issue per file with clear instructions on what to do. If you mention me in the issue, I'll tag them as "good first issue", and I'm sure some people will be happy to help with those (I think it's too much work for a single person). |
Well I've asked to just pin the version because the plugin will cover more examples in the future and breaking the CI. Currently I'm enhancing the plugin so we could get rid of general F821 ignoring. So my plan is to improve the plugin and then create a PR with the updated doc myself. In the meantime pinning the version would be strongly advised. |
With
flake8-rst
0.4.2 the output offlake8-rst doc/source --filename="*.rst"
is clean.With 0.4.3, I see a bunch of failures like
cc @datapythonista will we need some
exclude
s in theflake8-rst
section ofsetup.cfg
?The text was updated successfully, but these errors were encountered: