summaryrefslogtreecommitdiffstats
path: root/testing/resources/modified_file_returns_zero_repo/.pre-commit-hooks.yaml
blob: 8d79ef3915adaaf1b258c89678563adc1c5341c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-   id: bash_hook
    name: Bash hook
    entry: bin/hook.sh
    language: script
    files: 'foo.py'
-   id: bash_hook2
    name: Bash hook
    entry: bin/hook2.sh
    language: script
    files: ''
-   id: bash_hook3
    name: Bash hook
    entry: bin/hook3.sh
    language: script
    files: 'bar.py'