Skip to content

Commit 062e782

Browse files
No need to check reST files
There are no reST files left, everything has been moved to Markdown.
1 parent ca53f8e commit 062e782

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ repos:
5050
rev: 2026.03.02
5151
hooks:
5252
- id: sp-repo-review
53-
- repo: https://github.com/pre-commit/pygrep-hooks
54-
rev: v1.10.0
55-
hooks:
56-
- id: rst-directive-colons
57-
- id: rst-inline-touching-normal
5853
- repo: https://github.com/numpy/numpydoc
5954
rev: v1.10.0
6055
hooks:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ markers = [
422422
[tool.repo-review]
423423
ignore = [
424424
"PC111", # fix Python code in documentation - enable later
425+
"PC170", # use PyGrep hooks - no *.rst files to check
425426
"PC180", # for JavaScript - not interested
426427
"PC902", # pre-commit.ci custom autofix message - not using autofix
427428
]

0 commit comments

Comments
 (0)