-
Notifications
You must be signed in to change notification settings - Fork 290
Closed
Description
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 ?
Metadata
Metadata
Assignees
Labels
No labels