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