Replies: 1 comment
-
After digging more, I believe the implementation of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that Ruff can format code within a given docstring, but does it support any kind of formatting for a given docstring format?
ex: for the NumPy docstring format, I would look for it to properly space things, maybe even check dtypes in the docstring against those hinted in the function.
If Ruff already does support this for another docstring format (ex: restructured text), please point me to that. I am not beholden to one docstring format over another, but I've found that across my team there are slight differences with how users format things and I'd love for it to all be handled similarly to code style.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions