Skip to content

Commit

Permalink
Add repo-review pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Aug 6, 2024
1 parent 715ef95 commit 5364ed5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ repos:
- importlib_metadata
- typing-extensions>=4.5
- rich

- repo: https://github.com/scientific-python/cookie
rev: "2024.04.23"
hooks:
- id: sp-repo-review
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,6 @@ markers = [

[tool.scriv]
format = "md"

[tool.repo-review]
ignore = ["PP305", "GH103", "GH212", "PC111", "PC160", "PC160", "PC170", "PC180", "PC901", "MY100"]

0 comments on commit 5364ed5

Please sign in to comment.