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 b5f79dd commit f2b3ef1Copy full SHA for f2b3ef1
.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.1.8'
+ rev: 'v0.1.9'
12
hooks:
13
- id: ruff
14
- repo: https://github.com/psf/black
15
- rev: 23.12.0
+ rev: 23.12.1
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.7.1
+ rev: v1.8.0
28
29
- id: mypy
30
files: zarr
0 commit comments