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
Having set --verbose=2 as one of the options in my .pre-commit-config.yaml (full config below), and having run pre-commit during a git commit action, I get the error "Error: Option '--verbose' does not take a value"
What you expected to happen
The extra-verbose output from interrogate during pre-commit, as with the -vv flag (which does work)
How to reproduce (as minimally and precisely as possible)
Use the config below in your pre-commit-config.yaml in any repo, run pre-commit install, commit something and behold.
Environment
interrogate
version(s) (interrogate --version
: 1.5.0Description of the bug
Having set
--verbose=2
as one of the options in my .pre-commit-config.yaml (full config below), and having run pre-commit during a git commit action, I get the error "Error: Option '--verbose' does not take a value"What you expected to happen
The extra-verbose output from interrogate during pre-commit, as with the
-vv
flag (which does work)How to reproduce (as minimally and precisely as possible)
Use the config below in your pre-commit-config.yaml in any repo, run pre-commit install, commit something and behold.
Anthing else we need to know?
-vv
works!--verbose
also works, but is not verbose enoughThe text was updated successfully, but these errors were encountered: