PyCQA / pydocstyle

docstring style checker
http://pydocstyle.org
MIT License
1.11k stars 189 forks source link

Jupyter Notebook support #591

Open bartekpacia opened 2 years ago

bartekpacia commented 2 years ago

$ pydocstyle main.ipynb does nothing for my Jupyter :(

sigmavirus24 commented 2 years ago

It's not python, what do you expect? There are jupyter tools to run flake8 in each cell iirc and flake8 can run pydocstyle.