We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca53f8e commit 062e782Copy full SHA for 062e782
.pre-commit-config.yaml
@@ -50,11 +50,6 @@ repos:
50
rev: 2026.03.02
51
hooks:
52
- 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
58
- repo: https://github.com/numpy/numpydoc
59
rev: v1.10.0
60
pyproject.toml
@@ -422,6 +422,7 @@ markers = [
422
[tool.repo-review]
423
ignore = [
424
"PC111", # fix Python code in documentation - enable later
425
+ "PC170", # use PyGrep hooks - no *.rst files to check
426
"PC180", # for JavaScript - not interested
427
"PC902", # pre-commit.ci custom autofix message - not using autofix
428
]
0 commit comments