From 7d2101f981395dde4f0cd024c964e71ad0d7d381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=C3=A1=C5=A1=20Poto=C4=8Dek?= Date: Mon, 14 Apr 2025 09:19:23 +0200 Subject: [PATCH] fix: remove check-changelog pre-commit hook 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. --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4caf9f6..12b4aa8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,9 +18,3 @@ repos: entry: make unit-tests language: system pass_filenames: false - - - id: check-changelog - name: Check whether current version is mentioned in changelog - entry: make check-changelog-entry - language: system - pass_filenames: false