-
Notifications
You must be signed in to change notification settings - Fork 1
/
.pre-commit-config.yaml.nonix
58 lines (58 loc) · 1.5 KB
/
.pre-commit-config.yaml.nonix
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
# DO NOT MODIFY
# This file was generated by git-hooks.nix
{
"default_stages": [
"pre-commit"
],
"repos": [
{
"hooks": [
{
"always_run": false,
"args": [],
"entry": "/nix/store/l85yyds9b2jzv5swfq4hpjwv21dq7ylr-cabal-fmt-exe-cabal-fmt-0.1.12/bin/cabal-fmt --inplace ",
"exclude": "^$",
"exclude_types": [],
"fail_fast": false,
"files": "\\.(cabal)$",
"id": "cabal-fmt",
"language": "system",
"name": "cabal-fmt",
"pass_filenames": true,
"require_serial": false,
"stages": [
"pre-commit"
],
"types": [
"file"
],
"types_or": [],
"verbose": false
},
{
"always_run": false,
"args": [],
"entry": "/nix/store/in4rzg7z6mkblbasxxsg6dik44jkngbj-stylish-haskell-exe-stylish-haskell-0.14.6.0/bin/stylish-haskell --inplace --config .stylish-haskell.yaml ",
"exclude": "^$",
"exclude_types": [],
"fail_fast": false,
"files": "\\.(hs|lhs)$",
"id": "stylish-haskell",
"language": "system",
"name": "stylish-haskell",
"pass_filenames": true,
"require_serial": false,
"stages": [
"pre-commit"
],
"types": [
"file"
],
"types_or": [],
"verbose": false
}
],
"repo": "local"
}
]
}