Skip to content

Commit

Permalink
[cleanup] Remove the script for checking changelog (#8461)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Pierre-Sassoulas authored Mar 20, 2023
1 parent 7ba0148 commit 9488c8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 109 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
103 changes: 0 additions & 103 deletions script/fix_documentation.py

This file was deleted.

0 comments on commit 9488c8c

Please sign in to comment.