Skip to content

Commit 93bc0d9

Browse files
authored
chore: Add CI configuration for pre-commit hooks
Adding pre-commit configuration so that the next bump commit message will fit the conventional commit and not need to manually change the PR title anymore. See https://pre-commit.ci/#configuration for details.
1 parent b88db14 commit 93bc0d9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
ci:
2+
autofix_prs: true
3+
autofix_commit_msg: 'chore: auto fixes from pre-commit.com hooks'
4+
autoupdate_commit_ms: 'chore: pre-commit autoupdate'
5+
16
repos:
27
- repo: https://github.com/pre-commit/pre-commit-hooks
38
rev: v6.0.0

0 commit comments

Comments
 (0)