File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ default_stages: [commit, push]
6
6
default_language_version :
7
7
python : python3
8
8
repos :
9
- - repo : https://github.com/charliermarsh /ruff-pre-commit
9
+ - repo : https://github.com/astral-sh /ruff-pre-commit
10
10
# Ruff version.
11
- rev : ' v0.0.224 '
11
+ rev : ' v0.0.290 '
12
12
hooks :
13
13
- id : ruff
14
14
# Respect `exclude` and `extend-exclude` settings.
15
15
args : ["--force-exclude"]
16
16
- repo : https://github.com/psf/black
17
- rev : 22.12.0
17
+ rev : 23.9.1
18
18
hooks :
19
19
- id : black
20
20
language_version : python3.8
28
28
hooks :
29
29
- id : check-yaml
30
30
- repo : https://github.com/pre-commit/mirrors-mypy
31
- rev : v1.3.0
31
+ rev : v1.5.1
32
32
hooks :
33
33
- id : mypy
34
34
files : zarr
You can’t perform that action at this time.
0 commit comments