Skip to content

Commit 032e5dd

Browse files
authored
Create .pre-commit-config.yaml
1 parent 89447bc commit 032e5dd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.pre-commit-config.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# See https://pre-commit.com for more information
2+
# See https://pre-commit.com/hooks.html for more hooks
3+
4+
exclude: |
5+
(?x)^(
6+
.*.svg|
7+
.*.po|
8+
.*.ts
9+
)
10+
11+
repos:
12+
- repo: https://github.com/pre-commit/pre-commit-hooks
13+
rev: v4.5.0
14+
hooks:
15+
- id: trailing-whitespace
16+
- id: end-of-file-fixer
17+
- id: check-yaml
18+
- id: check-added-large-files
19+
- repo: github.com/markdownlint/markdownlint
20+
rev: v0.13.0
21+
hooks:
22+
- id: markdownlint

0 commit comments

Comments
 (0)