We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b793c1 commit de075deCopy full SHA for de075de
.pre-commit-config.yaml
@@ -39,3 +39,12 @@ repos:
39
- pytest
40
# Zarr v2
41
- types-redis
42
+ - repo: https://github.com/scientific-python/cookie
43
+ rev: 2024.04.23
44
+ hooks:
45
+ - id: sp-repo-review
46
+ - repo: https://github.com/pre-commit/pygrep-hooks
47
+ rev: v1.10.0
48
49
+ - id: rst-directive-colons
50
+ - id: rst-inline-touching-normal
pyproject.toml
@@ -258,3 +258,9 @@ filterwarnings = [
258
markers = [
259
"gpu: mark a test as requiring CuPy and GPU"
260
]
261
+
262
+[tool.repo-review]
263
+ignore = [
264
+ "PC111", # fix Python code in documentation - enable later
265
+ "PC180", # for JavaScript - not interested
266
+]
0 commit comments