-
Notifications
You must be signed in to change notification settings - Fork 89
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
builtins/diagnostics: add pydoclint #181
Conversation
Waiting for upstream. |
I've also generated documentation on the pydoclint repo-> jsh9/pydoclint#167 |
@aemonge I believe this is ready for you to address final comments. Thanks for the contribution! |
Thank you so much for the patience, I've updated the code with the suggestions. |
Is the |
@mochaaP you're right, I had an alias for null_pydoclint, but ended up removing it. Nice catch! Thanks |
Supporting extended python doc string documentation lint with https://jsh9.github.io/pydoclint/
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
all severities are currently mapped to "warning". do we still need the mapping table? |
I think we do, at least to show all available serveries. |
Can you test the updated branch? |
Just did, working :) |
thank you. 🍻 |
Supporting extended python doc string documentation lint with https://jsh9.github.io/pydoclint/