summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-20 19:31:22 +0100
committerGitHub <noreply@github.com>2023-03-20 19:31:22 +0100
commit9488c8c7576ed13e42a295041551df046d2f7d56 (patch)
tree71acaf5a1ca8b67be79e14791386ca75ddaca4a3 /.pre-commit-config.yaml
parent7ba0148029de69ac5d3f45b082a823e8017eaf13 (diff)
downloadpylint-git-9488c8c7576ed13e42a295041551df046d2f7d56.tar.gz
[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
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 0 insertions, 6 deletions
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