Skip to content

Commit e818222

Browse files
committed
ci(pyproject.toml): strict check for invalid commit messages
1 parent e192688 commit e818222

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ repos:
5757

5858
- repo: local
5959
hooks:
60+
- id: check-commit
61+
name: Check commit messages
62+
language: system
63+
pass_filenames: false
64+
entry: poetry check-commit
65+
6066
- id: format
6167
name: Format
6268
language: system

0 commit comments

Comments
 (0)