From b7e48bf702ab7d6d0ea70d5cc1c5600f7f69d1fa Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Sat, 22 Aug 2020 11:48:43 +0100
Subject: [PATCH] Add quiet to the namespace for type attribution
Thank you to Anthony Sottile for guidance here.
---
pre_commit/commands/hook_impl.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/pre_commit/commands/hook_impl.py b/pre_commit/commands/hook_impl.py
index d0e226f8..701b5827 100644
--- a/pre_commit/commands/hook_impl.py
+++ b/pre_commit/commands/hook_impl.py
@@ -89,6 +89,7 @@ def _ns(
files=(),
hook=None,
verbose=False,
+ quiet=False,
show_diff_on_failure=False,
)