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

Reduced verbosity #1862

Open
hhoppe opened this issue Jan 21, 2025 · 0 comments
Open

Reduced verbosity #1862

hhoppe opened this issue Jan 21, 2025 · 0 comments

Comments

@hhoppe
Copy link

hhoppe commented Jan 21, 2025

Even with --verbosity 0 (-v 0), the command pytype --verbosity 0 . outputs several lines of logging:

ninja: Entering directory `.pytype'
ninja: no work to do.
Computing dependencies
Analyzing 2 sources with 0 local dependencies
Leaving directory '.pytype'
Success: no errors found

Is there any way to have the tool be completely quiet if it has nothing to report?
Most other linting tools (such as mypy, pylint, autopep8, pyink, etc.) support this.

Possibly change -v 0 or introduce a new level -v -1 ?

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

1 participant