forked from p15670423/monkey
parent
fd502a832a
commit
b622cb18bc
|
@ -41,6 +41,10 @@ repos:
|
|||
- id: mypy
|
||||
additional_dependencies: [types-paramiko, types-python-dateutil, types-requests]
|
||||
args: [--ignore-missing-imports]
|
||||
- repo: https://github.com/koalaman/shellcheck-precommit
|
||||
rev: v0.7.2
|
||||
hooks:
|
||||
- id: shellcheck
|
||||
- repo: local
|
||||
hooks:
|
||||
- id: pytest
|
||||
|
|
Loading…
Reference in New Issue