Skip to content

Commit

Permalink
Enforce Repo-Review rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Sep 2, 2024
1 parent 77f188c commit 23fbdab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,12 @@ repos:
- pytest
# Zarr v2
- types-redis
- repo: https://github.com/scientific-python/cookie
rev: 2024.04.23
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
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,9 @@ filterwarnings = [
markers = [
"gpu: mark a test as requiring CuPy and GPU"
]

[tool.repo-review]
ignore = [
"PC111", # fix Python code in documentation - enable later
"PC180", # for JavaScript - not interested
]

0 comments on commit 23fbdab

Please sign in to comment.