Skip to content

Commit 306c42c

Browse files
authored
fix: remove check-changelog pre-commit hook (#39)
Now that the release process has been unified with other repos, this is not needed. And as the hook command actually no longer exists, this breaks contributions.
1 parent 8dab2cf commit 306c42c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,3 @@ repos:
1818
entry: make unit-tests
1919
language: system
2020
pass_filenames: false
21-
22-
- id: check-changelog
23-
name: Check whether current version is mentioned in changelog
24-
entry: make check-changelog-entry
25-
language: system
26-
pass_filenames: false

0 commit comments

Comments
 (0)