-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pre-commit-config.yaml
51 lines (51 loc) · 1.59 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
repos:
- repo: https://github.com/jphppd/pre-commit-hooks.git
rev: 0.0.1
hooks:
- id: git-check-mailmap
- id: git-forbid-binary
- id: git-check
- id: git-dirty
- id: git-check-added-large-files
- id: git-check-merge-conflict
- id: generic-check-byte-order-marker
- id: generic-check-case-conflict
- id: generic-check-executables-have-shebangs
- id: generic-check-symlinks
- id: generic-check-vcs-permalinks
- id: generic-detect-private-key
- id: generic-end-of-file-fixer
- id: generic-trailing-whitespace
- id: generic-crlf-forbid
- id: generic-crlf-remove
- id: generic-tabs-forbid
- id: generic-tabs-remove
- id: generic-nbsp-forbid
- id: generic-nbsp-remove
- id: generic-en-dashes-forbid
- id: generic-en-dashes-remove
- id: ansible-lint
- id: json-check-syntax
- id: json-pretty-format
- id: markdown-lint
- id: perl-critic
- id: perl-tidy
- id: rst-linter
- id: shell-check-syntax
- id: shell-check
- id: shell-script-must-have-extension
- id: shell-script-must-not-have-extension
- id: shell-format
- id: shell-bashate
- id: shell-beautysh
- id: toml-check-syntax
- id: xml-check-syntax
- id: yaml-check-syntax
- id: yaml-yamllint
args:
- --config-data
- "{extends: default, rules: {document-start: disable, line-length: {max: 100}}}"
- repo: https://github.com/thibaudcolas/curlylint
rev: "v0.13.1"
hooks:
- id: curlylint