PyCQA / pycodestyle

Simple Python style checker in one Python file
https://pycodestyle.pycqa.org
Other
5.01k stars 755 forks source link

Doc: StyleChecker(quiet) not documented #1230

Closed buhtz closed 6 months ago

buhtz commented 6 months ago

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?

sigmavirus24 commented 6 months ago

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.