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