Skip to content

Commit 0031608

Browse files
committed
stop using rst-lint for changelogs
Fixes pytest-dev#4283
1 parent ca4be61 commit 0031608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
- id: rst
4949
name: rst
5050
entry: rst-lint --encoding utf-8
51-
files: ^(CHANGELOG.rst|HOWTORELEASE.rst|README.rst|TIDELIFT.rst|changelog/.*)$
51+
files: ^(HOWTORELEASE.rst|README.rst|TIDELIFT.rst)$
5252
language: python
5353
additional_dependencies: [pygments, restructuredtext_lint]
5454
- id: changelogs-rst

0 commit comments

Comments
 (0)