Skip to content

Commit afd0300

Browse files
committed
Pre-install mypy deps in pre-commit.ci
1 parent 05a7856 commit afd0300

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ repos:
160160
rev: v0.910
161161
hooks:
162162
- id: mypy
163+
additional_dependencies:
164+
- paramiko == 2.8.0
165+
- types-paramiko == 2.7.3
163166
args:
164167
# FIXME: get rid of missing imports ignore
165168
- --ignore-missing-imports

0 commit comments

Comments
 (0)