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 4944e66 commit f69e614Copy full SHA for f69e614
.pre-commit-config.yaml
@@ -6,15 +6,15 @@ default_stages: [commit, push]
6
default_language_version:
7
python: python3
8
repos:
9
- - repo: https://github.com/charliermarsh/ruff-pre-commit
+ - repo: https://github.com/astral-sh/ruff-pre-commit
10
# Ruff version.
11
- rev: 'v0.0.224'
+ rev: 'v0.0.286'
12
hooks:
13
- id: ruff
14
# Respect `exclude` and `extend-exclude` settings.
15
args: ["--force-exclude"]
16
- repo: https://github.com/psf/black
17
- rev: 22.12.0
+ rev: 23.7.0
18
19
- id: black
20
language_version: python3.8
@@ -28,7 +28,7 @@ repos:
28
29
- id: check-yaml
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.3.0
+ rev: v1.5.1
32
33
- id: mypy
34
files: zarr
0 commit comments