From 9488c8c7576ed13e42a295041551df046d2f7d56 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 20 Mar 2023 19:31:22 +0100 Subject: [cleanup] Remove the script for checking changelog (#8461) There's no more changelog to check. Since 2.16 we use tbump to generate the changelog from fragments and there's a script to check fragment 'check-newsfragments'. We should not modify the legacy changelog, or very little. Refs #8335 --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.pre-commit-config.yaml') diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 765c60bd4..088d5c0a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -76,12 +76,6 @@ repos: args: ["-rn", "-sn", "--rcfile=pylintrc", "--fail-on=I", "--spelling-dict=en"] exclude: tests(/\w*)*/functional/|tests/input|tests(/\w*)*data/|doc/ stages: [manual] - - id: fix-documentation - name: Fix documentation - entry: python3 -m script.fix_documentation - language: system - types: [text] - files: ^(doc/whatsnew/\d+\.\d+\.rst) - id: check-newsfragments name: Check newsfragments entry: python3 -m script.check_newsfragments -- cgit v1.2.1