-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathprek.toml
More file actions
36 lines (33 loc) · 860 Bytes
/
prek.toml
File metadata and controls
36 lines (33 loc) · 860 Bytes
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
minimum_prek_version = "0.3.8"
[[repos]]
repo = 'builtin'
hooks = [
{id = 'trailing-whitespace'},
{id = 'check-added-large-files'},
{id = 'check-case-conflict'},
{id = 'check-illegal-windows-names'},
{id = 'end-of-file-fixer'},
{id = 'fix-byte-order-marker'},
{id = 'check-json'},
{id = 'check-json5'},
{id = 'check-toml'},
{id = 'check-vcs-permalinks'},
{id = 'check-yaml'},
{id = 'check-xml'},
{id = 'mixed-line-ending'},
{id = 'check-symlinks'},
{id = 'destroyed-symlinks'},
{id = 'check-merge-conflict'},
{id = 'detect-private-key'},
{id = 'check-executables-have-shebangs'},
{id = 'check-shebang-scripts-are-executable'},
]
[[repos]]
repo = 'local'
[[repos.hooks]]
id = 'make-tc'
name = 'make tc'
entry = 'make tc'
language = 'system'
always_run = true
pass_filenames = false