-
Notifications
You must be signed in to change notification settings - Fork 0
/
.pre-commit-config.yaml
50 lines (50 loc) · 1.45 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
- repo: [email protected]:pre-commit/pre-commit-hooks
sha: 96fb7fa10f2f4c11ed33482a9ad7474251e5e97f
hooks:
- id: detect-private-key
files: ^(?!\.?git-crypt)
- id: check-merge-conflict
- id: trailing-whitespace
files: ^tf|-|\.(py|tfvars|tf|tfenv|env|yml|yaml|pem|key|mock)$
- id: end-of-file-fixer
files: ^tf|-|\.(py|tfvars|tf|tfenv|env|yml|yaml|pem|key|mock)$
- id: check-added-large-files
- id: check-case-conflict
- id: check-json
- id: check-xml
- id: check-yaml
- id: check-case-conflict
- id: check-ast
- id: debug-statements
- id: autopep8-wrapper
args:
- -i
- --ignore=E501
- id: double-quote-string-fixer
- id: check-docstring-first
- id: pretty-format-json
- id: debug-statements
- id: requirements-txt-fixer
- id: name-tests-test
- repo: git://github.com/pre-commit/mirrors-pylint
sha: v1.6.4
hooks:
- id: pylint
args:
- --rcfile=.pylintrc
- repo: git://github.com/pre-commit/mirrors-scss-lint
sha: v0.50.2
hooks:
- id: scss-lint
files: \.(scss)$
- repo: [email protected]:pre-commit/pre-commit
sha: v0.9.4
hooks:
- id: validate_config
- id: validate_manifest
- repo: git://github.com/FalconSocial/pre-commit-python-sorter
sha: 1.0.4
hooks:
- id: python-import-sorter
args:
- --silent-overwrite