Implement types filtering

This commit is contained in:
Anthony Sottile 2017-07-01 20:06:32 -07:00
parent a68c1ab0d2
commit a58d99ac40
4 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,5 @@
- id: python-files
name: Python files
entry: bin/hook.sh
language: script
types: [python]

View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo $@
exit 1