diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8f00ca7173..f86fb3d9c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,11 +50,6 @@ repos: rev: 2026.03.02 hooks: - id: sp-repo-review - - repo: https://github.com/pre-commit/pygrep-hooks - rev: v1.10.0 - hooks: - - id: rst-directive-colons - - id: rst-inline-touching-normal - repo: https://github.com/numpy/numpydoc rev: v1.10.0 hooks: diff --git a/pyproject.toml b/pyproject.toml index 02ebdc4176..18bdeda07c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -422,6 +422,7 @@ markers = [ [tool.repo-review] ignore = [ "PC111", # fix Python code in documentation - enable later + "PC170", # use PyGrep hooks - no *.rst files to check "PC180", # for JavaScript - not interested "PC902", # pre-commit.ci custom autofix message - not using autofix ]