Add quiet to the namespace for type attribution

Thank you to Anthony Sottile for guidance here.
This commit is contained in:
Peter Cock 2020-08-22 11:48:43 +01:00
parent 89d88f7ebc
commit b7e48bf702

View file

@ -89,6 +89,7 @@ def _ns(
files=(), files=(),
hook=None, hook=None,
verbose=False, verbose=False,
quiet=False,
show_diff_on_failure=False, show_diff_on_failure=False,
) )