File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,24 +18,24 @@ repos:
18
18
files : ^xarray/
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
20
# Ruff version.
21
- rev : ' v0.1.6 '
21
+ rev : ' v0.1.9 '
22
22
hooks :
23
23
- id : ruff
24
24
args : ["--fix"]
25
25
# https://github.com/python/black#version-control-integration
26
- - repo : https://github.com/psf/black
27
- rev : 23.11.0
26
+ - repo : https://github.com/psf/black-pre-commit-mirror
27
+ rev : 23.12.1
28
28
hooks :
29
29
- id : black-jupyter
30
30
- repo : https://github.com/keewis/blackdoc
31
31
rev : v0.3.9
32
32
hooks :
33
33
- id : blackdoc
34
34
exclude : " generate_aggregations.py"
35
- additional_dependencies : ["black==23.11.0 "]
35
+ additional_dependencies : ["black==23.12.1 "]
36
36
- id : blackdoc-autoupdate-black
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.7.1
38
+ rev : v1.8.0
39
39
hooks :
40
40
- id : mypy
41
41
# Copied from setup.cfg
You can’t perform that action at this time.
0 commit comments