Skip to content

Reduced verbosity #1862

@hhoppe

Description

@hhoppe

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions