We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40cad3 commit 11995b0Copy full SHA for 11995b0
xarray/datatree_/.pre-commit-config.yaml
@@ -10,12 +10,12 @@ repos:
10
- id: check-yaml
11
# isort should run before black as black sometimes tweaks the isort output
12
- repo: https://github.com/PyCQA/isort
13
- rev: 5.12.0
+ rev: 5.13.2
14
hooks:
15
- id: isort
16
# https://github.com/python/black#version-control-integration
17
- repo: https://github.com/psf/black
18
- rev: 23.10.1
+ rev: 23.12.1
19
20
- id: black
21
- repo: https://github.com/keewis/blackdoc
@@ -32,7 +32,7 @@ repos:
32
# - id: velin
33
# args: ["--write", "--compact"]
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v1.6.1
+ rev: v1.8.0
36
37
- id: mypy
38
# Copied from setup.cfg
0 commit comments