Skip to content

Commit

Permalink
Update pre-commit commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
sebalix committed Nov 13, 2023
1 parent 8dbef28 commit 902653e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oca_port/utils/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def run_pre_commit(repo, addon, commit=True, hook=None):
repo.git.add("-A")
if commit:
repo.git.commit(
"-m", f"[IMP] {addon}: black, isort, prettier", "--no-verify"
"-m", f"[IMP] {addon}: apply pre-commit auto fixes", "--no-verify"
)


Expand Down

0 comments on commit 902653e

Please sign in to comment.