We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 615f714 + db12bd9 commit a619fb3Copy full SHA for a619fb3
1 file changed
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: isort
18
19
- repo: https://github.com/psf/black
20
- rev: 21.5b2
+ rev: 21.6b0
21
hooks:
22
- id: black
23
@@ -37,11 +37,11 @@ repos:
37
- id: darglint
38
39
- repo: https://github.com/pre-commit/mirrors-mypy
40
- rev: v0.812
+ rev: v0.902
41
42
- id: mypy
43
exclude: docs
44
- additional_dependencies: [xarray]
+ additional_dependencies: [xarray, types-pkg_resources]
45
46
- repo: https://github.com/PyCQA/doc8
47
rev: 0.9.0a1
0 commit comments