beefore icon indicating copy to clipboard operation
beefore copied to clipboard

Add pydoctstyle?

Open goanpeca opened this issue 7 years ago • 4 comments

goanpeca avatar Dec 11 '17 04:12 goanpeca

Absolutely. This is somewhat related to #6, as well as tasks building Sphinx documentation and making sure there are no errors.

freakboy3742 avatar Dec 11 '17 04:12 freakboy3742

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)?

goanpeca avatar Dec 11 '17 05:12 goanpeca

@freakboy3742 should I add this extension https://pypi.python.org/pypi/flake8-docstrings ? or use pydocstyle directly as a separate linter/check? or ?

goanpeca avatar Dec 19 '17 14:12 goanpeca

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).

freakboy3742 avatar Dec 20 '17 02:12 freakboy3742