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 9331430 commit 9c9a028Copy full SHA for 9c9a028
.pre-commit-config.yaml
@@ -8,11 +8,11 @@ default_language_version:
8
repos:
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
# Ruff version.
11
- rev: 'v0.4.1'
+ rev: 'v0.4.3'
12
hooks:
13
- id: ruff
14
- repo: https://github.com/psf/black
15
- rev: 24.4.0
+ rev: 24.4.2
16
17
- id: black
18
- repo: https://github.com/codespell-project/codespell
@@ -24,7 +24,7 @@ repos:
24
25
- id: check-yaml
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v1.9.0
+ rev: v1.10.0
28
29
- id: mypy
30
files: zarr
0 commit comments