We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b2908b + 4c1b77b commit d7a9015Copy full SHA for d7a9015
1 file changed
.pre-commit-config.yaml
@@ -43,13 +43,14 @@ repos:
43
- toml
44
files: ^(pyhilo|tests)/.+\.py$
45
- repo: https://github.com/pre-commit/mirrors-mypy
46
- rev: v0.920
+ rev: v1.18.2
47
hooks:
48
- id: mypy
49
files: ^pyhilo/.+\.py$
50
additional_dependencies:
51
- types-python-dateutil==2.8.0
52
- types-aiofiles==23.2.0
53
+ - types-PyYAML
54
55
- repo: https://github.com/pre-commit/pre-commit-hooks
56
rev: v5.0.0
0 commit comments