-
-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rework hook output to remove the table #611
Conversation
This looks great! Shall we get rid of the newline in between lines? |
CI error is:
|
I find it gets very hard to read with the long descriptions that wrap the line if there is no line between:
|
This was unrelated to the changes, but I fixed it here. Let me know if you would prefer a separate PR. |
No, I think that's all good! |
@larsoner Does this look OK to you? |
Yep, thanks @stefmolin ! |
require_serial
setting toFalse
tabulate
dependencyExample output:
Closes #606
To test out the changes, you can run
pre-commit try-repo . --files numpydoc/*
after checking out the changes. Alternatively, you can point yourpre-commit-config.yaml
at my fork: