Skip to content

Commit c4d52bf

Browse files
committed
FIX: Pin rstcheck to prevent CI failure
While rstcheck itself is frozen and also was not updated, it depends on rstcheck-core, which was recently updated to 1.3 and contains a bug that results in a false error. rstcheck/rstcheck-core#114 (review) This PR excludes that version to fix pre-commit rstcheck in our CI.
1 parent 71c922d commit c4d52bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ repos:
7070
hooks:
7171
- id: rstcheck
7272
additional_dependencies:
73+
- rstcheck-core!=1.3 # https://github.com/rstcheck/rstcheck-core/pull/114#pullrequestreview-4239740896
7374
- sphinx>=1.8.1
7475
- tomli
7576
- repo: https://github.com/adrienverge/yamllint

0 commit comments

Comments
 (0)