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 @@ -5,15 +5,15 @@ default_stages: [commit, push]
5
5
default_language_version :
6
6
python : python3
7
7
repos :
8
- - repo : https://github.com/charliermarsh /ruff-pre-commit
8
+ - repo : https://github.com/astral-sh /ruff-pre-commit
9
9
# Ruff version.
10
- rev : ' v0.0.224 '
10
+ rev : ' v0.0.280 '
11
11
hooks :
12
12
- id : ruff
13
13
# Respect `exclude` and `extend-exclude` settings.
14
14
args : ["--force-exclude"]
15
15
- repo : https://github.com/psf/black
16
- rev : 22.12 .0
16
+ rev : 23.7 .0
17
17
hooks :
18
18
- id : black
19
19
language_version : python3.8
27
27
hooks :
28
28
- id : check-yaml
29
29
- repo : https://github.com/pre-commit/mirrors-mypy
30
- rev : v1.3.0
30
+ rev : v1.4.1
31
31
hooks :
32
32
- id : mypy
33
33
files : zarr
You can’t perform that action at this time.
0 commit comments