Stefanie Molin
Stefanie Molin
I'll tackle this one after #466
Is there a preference between these two options? ```shell $ numpydoc render # runs the current numpydoc CLI's render_object() $ numpydoc validate # runs the current --validate $ numpydoc validate...
And `numpydoc validate` would have the flag to trigger the hook version?
Looking at this more, I actually don't think the `--validate` logic should be combined with the hook logic because they operate on different inputs: the hook takes files and the...
I'm traveling now, but I will take a look when I'm back later this week.
I'm also at a loss for why these changes would cause the tests to suddenly fail on Windows. The only thing I can think of is that the proposed changes...
We should also update the README. It currently says "numpydoc requires Python 3.10+ and sphinx 6+."