Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: StyleChecker(quiet) not documented #1230

Closed
buhtz opened this issue Feb 16, 2024 · 1 comment
Closed

Doc: StyleChecker(quiet) not documented #1230

buhtz opened this issue Feb 16, 2024 · 1 comment

Comments

@buhtz
Copy link

buhtz commented Feb 16, 2024

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 sigmavirus24 changed the title Doc: StyleChecker(quite) not documented Doc: StyleChecker(quiet) not documented Feb 17, 2024
@sigmavirus24
Copy link
Member

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.

@sigmavirus24 sigmavirus24 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants