Skip to content

Commit 11995b0

Browse files
[pre-commit.ci] pre-commit autoupdate xarray-contrib/datatree#289
updates: - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/psf/black: 23.10.1 → 23.12.1](psf/black@23.10.1...23.12.1) - [github.com/pre-commit/mirrors-mypy: v1.6.1 → v1.8.0](pre-commit/mirrors-mypy@v1.6.1...v1.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Justus Magin <keewis@users.noreply.github.com>
1 parent b40cad3 commit 11995b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xarray/datatree_/.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ repos:
1010
- id: check-yaml
1111
# isort should run before black as black sometimes tweaks the isort output
1212
- repo: https://github.com/PyCQA/isort
13-
rev: 5.12.0
13+
rev: 5.13.2
1414
hooks:
1515
- id: isort
1616
# https://github.com/python/black#version-control-integration
1717
- repo: https://github.com/psf/black
18-
rev: 23.10.1
18+
rev: 23.12.1
1919
hooks:
2020
- id: black
2121
- repo: https://github.com/keewis/blackdoc
@@ -32,7 +32,7 @@ repos:
3232
# - id: velin
3333
# args: ["--write", "--compact"]
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.6.1
35+
rev: v1.8.0
3636
hooks:
3737
- id: mypy
3838
# Copied from setup.cfg

0 commit comments

Comments
 (0)