From 1db666ae84b18069c851b89b3b5dbbc1f6b83a22 Mon Sep 17 00:00:00 2001 From: Manu Raghavan Date: Wed, 10 Jun 2020 16:03:32 +0530 Subject: [PATCH] debug --- pre_commit_hooks/no_commit_keywords.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pre_commit_hooks/no_commit_keywords.py b/pre_commit_hooks/no_commit_keywords.py index 6a471a9..a200b25 100644 --- a/pre_commit_hooks/no_commit_keywords.py +++ b/pre_commit_hooks/no_commit_keywords.py @@ -33,6 +33,8 @@ def main(argv: Optional[Sequence[str]] = None) -> int: args = parser.parse_args(argv) return_code = 0 + print(args.tokens) + if args.tokens: tokens = args.tokens.split(",") else: