forked from techjacker/python-serverless-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pre-commit-config.yaml
34 lines (31 loc) · 965 Bytes
/
.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
- repo: https://github.com/kintoandar/pre-commit.git
sha: v2.1.0
hooks:
- id: terraform_validate
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
sha: v1.5.0
hooks:
- id: terraform_fmt
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: 46251c9523506b68419aefdf5ff6ff2fbc4506a4
hooks:
- id: autopep8-wrapper
- id: check-added-large-files
- id: check-case-conflict
- id: check-json
- id: check-merge-conflict
- id: check-yaml
- id: debug-statements
- id: detect-private-key
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: flake8
args: ['--exclude=migrations/*']
- id: forbid-new-submodules
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/detailyang/pre-commit-shell.git
sha: 1.0.2
hooks:
- id: shell-lint
files: bin\/(?!waitforit)