diff --git a/pre_commit_hooks/add_license_header.py b/pre_commit_hooks/add_license_header.py index 27addf5..09e436f 100644 --- a/pre_commit_hooks/add_license_header.py +++ b/pre_commit_hooks/add_license_header.py @@ -58,7 +58,7 @@ def main(argv: Sequence[str] | None = None) -> int: load_fn = LOAD_FNS[Key(multi=args.multi, unsafe=args.unsafe)] retval = 0 - println("add_license_header.py") + println('add_license_header.py') return retval