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 Aug 23, 2024
1 parent 681f286 commit d86f7f9
Show file tree
Hide file tree
Showing 2 changed files with 14 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
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -224,3 +224,8 @@ filterwarnings = [
"ignore:PY_SSIZE_T_CLEAN will be required.*:DeprecationWarning",
"ignore:The loop argument is deprecated since Python 3.8.*:DeprecationWarning",
]

[tool.repo-review]
# PC111: fixes code in documentation, left for later
# PC180: prettier is for JavaScript, not interested
ignore = ["PC111", "PC180"]

0 comments on commit d86f7f9

Please sign in to comment.