forked from p34709852/monkey
Project: Add mypy to commit hooks
This commit is contained in:
parent
5558d075be
commit
48797397f6
|
@ -52,3 +52,10 @@ repos:
|
|||
rev: v2.3
|
||||
hooks:
|
||||
- id: vulture
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.971
|
||||
hooks:
|
||||
- id: mypy
|
||||
additional_dependencies: [types-paramiko, types-python-dateutil, types-requests]
|
||||
exclude: ^monkey/tests/
|
||||
args: [--ignore-missing-imports]
|
||||
|
|
Loading…
Reference in New Issue