Skip to content
Merged

Mypy #349

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ repos:
- toml
files: ^(pyhilo|tests)/.+\.py$
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.920
rev: v1.18.2
hooks:
- id: mypy
files: ^pyhilo/.+\.py$
additional_dependencies:
- types-python-dateutil==2.8.0
- types-aiofiles==23.2.0
- types-PyYAML

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down
Loading