PyCQA / pycodestyle

Simple Python style checker in one Python file

Home Page:https://pycodestyle.pycqa.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doc: StyleChecker(quiet) not documented

buhtz opened this issue · 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.