From 88d532062a8433c81825b1517c8a83aca25f1131 Mon Sep 17 00:00:00 2001 From: Milind Shakya <43146933+milind-shakya-sp@users.noreply.github.com> Date: Tue, 10 Nov 2020 16:47:55 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3dcb5e8..fc38404 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ It is best used along with pre-commit_. You can use it along with pre-commit by rev: v0.1.6 hooks: - id: gitown - args: ['--ownership_threshold=50', '--codeowners_filename=CODEOWNERS'] # Optional + args: ['--ownership_threshold=25', '--codeowners_filename=CODEOWNERS'] # Optional You need to have precommit setup to use this hook.