File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,27 +6,27 @@ 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.1.8 '
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 : 23.10.1
17
+ rev : 23.12.0
18
18
hooks :
19
19
- id : black
20
20
- repo : https://github.com/codespell-project/codespell
21
- rev : v2.2.5
21
+ rev : v2.2.6
22
22
hooks :
23
23
- id : codespell
24
24
- repo : https://github.com/pre-commit/pre-commit-hooks
25
- rev : v4.4 .0
25
+ rev : v4.5 .0
26
26
hooks :
27
27
- id : check-yaml
28
28
- repo : https://github.com/pre-commit/mirrors-mypy
29
- rev : v1.3.0
29
+ rev : v1.7.1
30
30
hooks :
31
31
- id : mypy
32
32
files : zarr
You can’t perform that action at this time.
0 commit comments