summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-06-03 09:26:37 +0200
committerGitHub <noreply@github.com>2022-06-03 09:26:37 +0200
commitb3523ae86eb68467dca536122bc4034639887a63 (patch)
tree98195733ad5c997bd2611fc2483379808270702e /.pre-commit-config.yaml
parent05bfb2c1221be9dfec2f40a631822b7c6fbbf14f (diff)
downloadpylint-git-b3523ae86eb68467dca536122bc4034639887a63.tar.gz
[check-changelog] Temporarily remove the check in wait of #6688 (#6819)
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 75ca163ba..833ba0fff 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -74,13 +74,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: check-changelog
- alias: check-changelog
- name: check-changelog
- types: [text]
- entry: python3 script/check_changelog.py
- pass_filenames: false
- language: system
- id: fix-documentation
name: Fix documentation
entry: python3 -m script.fix_documentation