Skip to content

Commit

Permalink
fix(python): typo in .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
This was causing the wrong pre-commit commit message to be used.
  • Loading branch information
ahal committed Nov 24, 2023
1 parent 8540fb0 commit 1094f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1094f32

Please sign in to comment.