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: