From 5d2077f5cd913818dad892cf621676dda6e11db4 Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Thu, 9 Mar 2023 20:33:40 +0800 Subject: [PATCH] :construction_worker: alter pre-commit commit message --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f99f30..83d170b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,9 @@ ci: - autofix_commit_msg: "auto fix by pre-commit hooks" + autofix_commit_msg: ":lipstick: auto fix by pre-commit hooks" autofix_prs: true autoupdate_branch: dev autoupdate_schedule: weekly - autoupdate_commit_msg: "auto update by pre-commit hooks" + autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks" repos: - repo: https://github.com/pycqa/isort rev: 5.12.0