Skip to content

Commit cbad543

Browse files
committed
build: Improve .pre-commit-config.yaml
Signed-off-by: Michael Vorburger <[email protected]>
1 parent 4209614 commit cbad543

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,16 @@ repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
77
rev: v4.4.0
88
hooks:
9+
- id: check-added-large-files
10+
- id: check-case-conflict
11+
- id: check-executables-have-shebangs
12+
# TODO - id: check-json
13+
- id: check-merge-conflict
14+
- id: check-shebang-scripts-are-executable
15+
- id: check-symlinks
16+
- id: check-vcs-permalinks
17+
# TODO - id: check-yaml args: [--allow-multiple-documents] exclude: mkdocs.yaml
18+
- id: destroyed-symlinks
919
- id: end-of-file-fixer
20+
exclude: ^(.*svg)$
1021
- id: trailing-whitespace

0 commit comments

Comments
 (0)