File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
autoupdate_schedule : monthly
4
4
repos :
5
5
- repo : https://github.com/pre-commit/pre-commit-hooks
6
- rev : v4.4 .0
6
+ rev : v4.5 .0
7
7
hooks :
8
8
- id : trailing-whitespace
9
9
- id : end-of-file-fixer
@@ -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.0.292 '
21
+ rev : ' v0.1.4 '
22
22
hooks :
23
23
- id : ruff
24
24
args : ["--fix"]
25
25
# https://github.com/python/black#version-control-integration
26
26
- repo : https://github.com/psf/black
27
- rev : 23.9 .1
27
+ rev : 23.10 .1
28
28
hooks :
29
29
- id : black-jupyter
30
30
- repo : https://github.com/keewis/blackdoc
31
- rev : v0.3.8
31
+ rev : v0.3.9
32
32
hooks :
33
33
- id : blackdoc
34
34
exclude : " generate_aggregations.py"
35
- additional_dependencies : ["black==23.9 .1"]
35
+ additional_dependencies : ["black==23.10 .1"]
36
36
- id : blackdoc-autoupdate-black
37
37
- repo : https://github.com/pre-commit/mirrors-mypy
38
- rev : v1.5 .1
38
+ rev : v1.6 .1
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