PyCQA/pycodestyle

Doc: StyleChecker(quiet) not documented

buhtz opened this issue · 1 comments

In the docs about Test automation you can find this line:

style = pycodestyle.StyleGuide(quiet=True)

The argument quiet is not in the docs.
Are there any other arguments missing?

I'm fairly sure it's all auto-generated. Given the primary user is the CLI itself and the class allows for kwargs, there isn't much to document. I believe any CLI argument can be passed. But that's a moving target and I'm not certain it's worth the effort to document that in so many places.