Skip to content

Commit b46c320

Browse files
committed
Merge branch 'main' into backend-indexing
* main: [pre-commit.ci] pre-commit autoupdate (#9005)
2 parents 18c5c70 + cd25bfa commit b46c320

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44
exclude: 'xarray/datatree_.*'
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
@@ -13,24 +13,24 @@ repos:
1313
- id: mixed-line-ending
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
1515
# Ruff version.
16-
rev: 'v0.3.4'
16+
rev: 'v0.4.3'
1717
hooks:
1818
- id: ruff
1919
args: ["--fix", "--show-fixes"]
2020
# https://github.com/python/black#version-control-integration
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 24.3.0
22+
rev: 24.4.2
2323
hooks:
2424
- id: black-jupyter
2525
- repo: https://github.com/keewis/blackdoc
2626
rev: v0.3.9
2727
hooks:
2828
- id: blackdoc
2929
exclude: "generate_aggregations.py"
30-
additional_dependencies: ["black==24.3.0"]
30+
additional_dependencies: ["black==24.4.2"]
3131
- id: blackdoc-autoupdate-black
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.9.0
33+
rev: v1.10.0
3434
hooks:
3535
- id: mypy
3636
# Copied from setup.cfg

0 commit comments

Comments
 (0)