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 9dea8e3 commit a18fa60Copy full SHA for a18fa60
.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.290'
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.9.1
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