-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pre-commit-config.yaml
81 lines (81 loc) · 2.24 KB
/
.pre-commit-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
repos:
- repo: local
hooks:
- id: aligo
name: aligo
entry: ./build aligo
language: system
files: ^aligo/PKGBUILD$
pass_filenames: false
- id: buildifier
name: buildifier
entry: ./build buildifier
language: system
files: ^buildifier/PKGBUILD$
pass_filenames: false
- id: buildifier-bin
name: buildifier-bin
entry: ./build buildifier-bin
language: system
files: ^buildifier-bin/PKGBUILD$
pass_filenames: false
- id: buildozer
name: buildozer
entry: ./build buildozer
language: system
files: ^buildozer/PKGBUILD$
pass_filenames: false
- id: buildozer-bin
name: buildozer-bin
entry: ./build buildozer-bin
language: system
files: ^buildozer-bin/PKGBUILD$
pass_filenames: false
- id: check-symlinks
name: check-symlinks
entry: ./build check-symlinks
language: system
files: ^check-symlinks/PKGBUILD$
pass_filenames: false
- id: connections
name: connections
entry: ./build connections
language: system
files: ^connections/PKGBUILD$
pass_filenames: false
- id: ibazel-bin
name: ibazel-bin
entry: ./build ibazel-bin
language: system
files: ^ibazel-bin/PKGBUILD$
pass_filenames: false
- id: ibazel
name: ibazel
entry: ./build ibazel
language: system
files: ^ibazel/PKGBUILD$
pass_filenames: false
- id: nature-sounds
name: nature-sounds
entry: ./build nature-sounds
language: system
files: ^nature-sounds/PKGBUILD$
pass_filenames: false
- id: release-tag
name: release-tag
entry: ./build release-tag
language: system
files: ^release-tag/PKGBUILD$
pass_filenames: false
- id: ripsecrets
name: ripsecrets
entry: ./build ripsecrets
language: system
files: ^ripsecrets/PKGBUILD$
pass_filenames: false
- id: work
name: work
entry: ./build work
language: system
files: ^work/PKGBUILD$
pass_filenames: false