forked from bluesentry/bucket-antivirus-function
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-config.yaml
More file actions
37 lines (33 loc) · 869 Bytes
/
.pre-commit-config.yaml
File metadata and controls
37 lines (33 loc) · 869 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
37
repos:
- repo: https://github.com/ambv/black
rev: 19.3b0
hooks:
- id: black
language_version: python3.7
exclude: >
(?x)^(
scripts/gen-docs-index|
)$
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: check-ast
- id: check-json
- id: check-merge-conflict
- id: check-yaml
exclude: deploy/
- id: debug-statements
- id: detect-private-key
- id: fix-encoding-pragma
- id: flake8
- id: trailing-whitespace
- repo: git://github.com/igorshubovych/markdownlint-cli
rev: v0.17.0
hooks:
- id: markdownlint
entry: markdownlint --ignore .github/*.md
- repo: git://github.com/aws-cloudformation/cfn-python-lint
rev: v0.49.0
hooks:
- id: cfn-python-lint
files: deploy/