You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
Even with
--verbosity 0
(-v 0
), the commandpytype --verbosity 0 .
outputs several lines of logging: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
?The text was updated successfully, but these errors were encountered: