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