beefore
beefore copied to clipboard
Add pydoctstyle?
Absolutely. This is somewhat related to #6, as well as tasks building Sphinx documentation and making sure there are no errors.
Cool :-), I can work on this.
Should this be part of https://github.com/pybee/beefore/blob/master/beefore/checks/pycodestyle.py or a separate linter as https://github.com/pybee/beefore/blob/master/beefore/checks/pydocestyle.py (file does not exist)?
@freakboy3742 should I add this extension https://pypi.python.org/pypi/flake8-docstrings ? or use pydocstyle directly as a separate linter/check? or ?
This was discussed on Gitter; the end point of the discussion was to wrap it into PyCodeStyle (since the easiest implementation is as a flake8 check anyway).