Skip to content

Commit a619fb3

Browse files
authored
Merge branch 'main' into more_xr2
2 parents 615f714 + db12bd9 commit a619fb3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: isort
1818

1919
- repo: https://github.com/psf/black
20-
rev: 21.5b2
20+
rev: 21.6b0
2121
hooks:
2222
- id: black
2323

@@ -37,11 +37,11 @@ repos:
3737
- id: darglint
3838

3939
- repo: https://github.com/pre-commit/mirrors-mypy
40-
rev: v0.812
40+
rev: v0.902
4141
hooks:
4242
- id: mypy
4343
exclude: docs
44-
additional_dependencies: [xarray]
44+
additional_dependencies: [xarray, types-pkg_resources]
4545

4646
- repo: https://github.com/PyCQA/doc8
4747
rev: 0.9.0a1

0 commit comments

Comments
 (0)