forked from aws-samples/aws-parallelcluster-hpc-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pre-commit-config.yaml
30 lines (30 loc) · 824 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
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
- id: check-added-large-files
- id: check-json
- id: check-yaml
- id: detect-aws-credentials
- id: end-of-file-fixer
- id: check-json
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-yapf
rev: v0.30.0
hooks:
- id: yapf
- repo: https://github.com/executablebooks/mdformat
rev: 0.3.3 # Use the ref you want to point at
hooks:
- id: mdformat
# optional
additional_dependencies:
- mdformat-tables
- mdformat-black
- mdformat-beautysh
- repo: https://github.com/lovesegfault/beautysh.git
rev: v6.1.0
hooks:
- id: beautysh