From ce76fb13869bc658b2c22d53a71e3d393f70cff7 Mon Sep 17 00:00:00 2001 From: Manu Raghavan Date: Wed, 10 Jun 2020 15:27:47 +0530 Subject: [PATCH] Explantaion --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index cadda37..db5f11c 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -162,7 +162,7 @@ language: python files: (^|/)tests/.+\.py$ - id: no-commit-keywords - name: "Don't commit when nocommit keyword is present" + name: "Don't commit when no-commit keyword is present" entry: no-commit-keywords language: python types: [text]