forked from p34709852/monkey
Add Swimm pre-commit hook
This commit is contained in:
parent
54f640d83b
commit
7374e615f2
|
@ -43,3 +43,7 @@ repos:
|
||||||
files: "monkey/"
|
files: "monkey/"
|
||||||
exclude: "monkey/monkey_island/cc/ui"
|
exclude: "monkey/monkey_island/cc/ui"
|
||||||
stages: [push]
|
stages: [push]
|
||||||
|
- repo: https://github.com/swimmio/pre-commit
|
||||||
|
rev: v0.2
|
||||||
|
hooks:
|
||||||
|
- id: swimm-verify
|
||||||
|
|
Loading…
Reference in New Issue