Skip to content

Commit 76ba0db

Browse files
[check-changelog] Temporarily remove the check in wait of pylint-dev#6688
1 parent 05bfb2c commit 76ba0db

File tree

2 files changed

+0
-152
lines changed

2 files changed

+0
-152
lines changed

.pre-commit-config.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,6 @@ repos:
7474
args: ["-rn", "-sn", "--rcfile=pylintrc", "--fail-on=I", "--spelling-dict=en"]
7575
exclude: tests(/\w*)*/functional/|tests/input|tests(/\w*)*data/|doc/
7676
stages: [manual]
77-
- id: check-changelog
78-
alias: check-changelog
79-
name: check-changelog
80-
types: [text]
81-
entry: python3 script/check_changelog.py
82-
pass_filenames: false
83-
language: system
8477
- id: fix-documentation
8578
name: Fix documentation
8679
entry: python3 -m script.fix_documentation

script/check_changelog.py

-145
This file was deleted.

0 commit comments

Comments
 (0)