forked from p15670423/monkey
Project: Add ipaddress types for mypy
This commit is contained in:
parent
4c03c8aae9
commit
06ae6a8b90
|
@ -39,7 +39,7 @@ repos:
|
|||
rev: v0.971
|
||||
hooks:
|
||||
- id: mypy
|
||||
additional_dependencies: [types-paramiko, types-python-dateutil, types-requests]
|
||||
additional_dependencies: [types-ipaddress, types-paramiko, types-python-dateutil, types-requests]
|
||||
exclude: "vulture_allowlist.py"
|
||||
args: [--ignore-missing-imports]
|
||||
- repo: https://github.com/koalaman/shellcheck-precommit
|
||||
|
|
Loading…
Reference in New Issue