mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
too long line fix
This commit is contained in:
parent
2bd8a595d1
commit
e4153bdd69
1 changed files with 2 additions and 2 deletions
|
|
@ -371,8 +371,8 @@ def run(
|
||||||
):
|
):
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
# Expose prepare_commit_message_source / commit_object_name / commit_msg_filename
|
# Expose prepare_commit_message_source / commit_object_name /
|
||||||
# as environment variables for the hooks
|
# commit_msg_filename as environment variables for the hooks
|
||||||
if args.prepare_commit_message_source:
|
if args.prepare_commit_message_source:
|
||||||
environ['PRE_COMMIT_COMMIT_MSG_SOURCE'] = (
|
environ['PRE_COMMIT_COMMIT_MSG_SOURCE'] = (
|
||||||
args.prepare_commit_message_source
|
args.prepare_commit_message_source
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue