From b2e1886de8baa8152aee2ff11fb35ad3e0adeea9 Mon Sep 17 00:00:00 2001 From: Hamid Nazari Date: Tue, 15 Jun 2021 15:23:52 +1000 Subject: [PATCH] Fix git_hook_bypass priority (#1207) --- thefuck/rules/git_hook_bypass.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thefuck/rules/git_hook_bypass.py b/thefuck/rules/git_hook_bypass.py index ce479f80..f4afcf75 100644 --- a/thefuck/rules/git_hook_bypass.py +++ b/thefuck/rules/git_hook_bypass.py @@ -23,5 +23,5 @@ def get_new_command(command): ) -priority = 900 +priority = 1100 requires_output = False