diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1f86231..2cad53bd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -93,3 +93,10 @@ repos: - id: check-dependabot - id: check-github-workflows - id: check-readthedocs + + - repo: https://github.com/scientific-python/cookie + rev: 2023.11.17 + hooks: + - id: sp-repo-review + additional_dependencies: ["repo-review[cli]"] + args: ["--ignore=PC140,PC180,MY100", "--show=err"]