Skip to content

Commit d7a9015

Browse files
authored
Merge pull request #349 from dvd-dev/mypy
Mypy
2 parents 4b2908b + 4c1b77b commit d7a9015

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,14 @@ repos:
4343
- toml
4444
files: ^(pyhilo|tests)/.+\.py$
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: v0.920
46+
rev: v1.18.2
4747
hooks:
4848
- id: mypy
4949
files: ^pyhilo/.+\.py$
5050
additional_dependencies:
5151
- types-python-dateutil==2.8.0
5252
- types-aiofiles==23.2.0
53+
- types-PyYAML
5354

5455
- repo: https://github.com/pre-commit/pre-commit-hooks
5556
rev: v5.0.0

0 commit comments

Comments
 (0)