File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
exclude : ' xarray/datatree_.*'
5
5
repos :
6
6
- repo : https://github.com/pre-commit/pre-commit-hooks
7
- rev : v4.5 .0
7
+ rev : v4.6 .0
8
8
hooks :
9
9
- id : trailing-whitespace
10
10
- id : end-of-file-fixer
@@ -13,24 +13,24 @@ repos:
13
13
- id : mixed-line-ending
14
14
- repo : https://github.com/astral-sh/ruff-pre-commit
15
15
# Ruff version.
16
- rev : ' v0.3.4 '
16
+ rev : ' v0.4.3 '
17
17
hooks :
18
18
- id : ruff
19
19
args : ["--fix", "--show-fixes"]
20
20
# https://github.com/python/black#version-control-integration
21
21
- repo : https://github.com/psf/black-pre-commit-mirror
22
- rev : 24.3.0
22
+ rev : 24.4.2
23
23
hooks :
24
24
- id : black-jupyter
25
25
- repo : https://github.com/keewis/blackdoc
26
26
rev : v0.3.9
27
27
hooks :
28
28
- id : blackdoc
29
29
exclude : " generate_aggregations.py"
30
- additional_dependencies : ["black==24.3.0 "]
30
+ additional_dependencies : ["black==24.4.2 "]
31
31
- id : blackdoc-autoupdate-black
32
32
- repo : https://github.com/pre-commit/mirrors-mypy
33
- rev : v1.9 .0
33
+ rev : v1.10 .0
34
34
hooks :
35
35
- id : mypy
36
36
# Copied from setup.cfg
You can’t perform that action at this time.
0 commit comments