We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac6c6a3 commit c2d50a6Copy full SHA for c2d50a6
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ default_language_version:
7
python: python3
8
repos:
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.6.3
+ rev: v0.6.4
11
hooks:
12
- id: ruff
13
args: ["--fix", "--show-fixes"]
@@ -41,7 +41,7 @@ repos:
41
# Zarr v2
42
- types-redis
43
- repo: https://github.com/scientific-python/cookie
44
- rev: 2024.04.23
+ rev: 2024.08.19
45
46
- id: sp-repo-review
47
- repo: https://github.com/pre-commit/pygrep-hooks
pyproject.toml
@@ -181,7 +181,6 @@ serve = "sphinx-autobuild docs docs/_build --host 0.0.0.0"
181
182
[tool.ruff]
183
line-length = 100
184
-src = ["src"]
185
force-exclude = true
186
extend-exclude = [
187
".bzr",
0 commit comments