From 1094f32d9879c686cc10dcaf8c78ba39a549d135 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Fri, 24 Nov 2023 13:28:17 -0500 Subject: [PATCH] fix(python): typo in .pre-commit-config.yaml This was causing the wrong pre-commit commit message to be used. --- .pre-commit-config.yaml | 2 +- .../{{cookiecutter.__project_slug}}/.pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 54116ce..d952bfc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- ci: autofix_commit_msg: 'style: pre-commit.ci auto fixes [...]' - autoupdate_comit_msg: 'chore: pre-commit autoupdate' + autoupdate_commit_msg: 'chore: pre-commit autoupdate' repos: - hooks: - id: trailing-whitespace diff --git a/reps/templates/base/{{cookiecutter.__project_slug}}/.pre-commit-config.yaml b/reps/templates/base/{{cookiecutter.__project_slug}}/.pre-commit-config.yaml index c1d7a65..8e5637c 100644 --- a/reps/templates/base/{{cookiecutter.__project_slug}}/.pre-commit-config.yaml +++ b/reps/templates/base/{{cookiecutter.__project_slug}}/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- ci: autofix_commit_msg: "style: pre-commit.ci auto fixes [...]" - autoupdate_comit_msg: "chore: pre-commit autoupdate" + autoupdate_commit_msg: "chore: pre-commit autoupdate" repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0