Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Commit f5632fc

Browse files
liblafgithub-actions[bot]
authored andcommitted
ci(repo): sync with repo template
1 parent b845965 commit f5632fc

File tree

1 file changed

+42
-1
lines changed

1 file changed

+42
-1
lines changed

.pre-commit-config.yaml

+42-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,45 @@
11
ci:
22
autofix_commit_msg: "ci(pre-commit): auto fixes from pre-commit hooks"
33
autoupdate_commit_msg: "ci(pre-commit): update pre-commit hooks"
4-
repos: []
4+
skip:
5+
- cspell
6+
repos:
7+
- repo: https://github.com/pre-commit/mirrors-prettier
8+
rev: v3.1.0
9+
hooks:
10+
- id: prettier
11+
stages:
12+
- pre-commit
13+
- repo: https://github.com/pre-commit/pre-commit-hooks
14+
rev: v4.5.0
15+
hooks:
16+
- id: check-added-large-files
17+
- id: check-case-conflict
18+
- id: check-json
19+
exclude: ^tsconfig\.json$
20+
- id: check-merge-conflict
21+
- id: check-vcs-permalinks
22+
- id: check-yaml
23+
args:
24+
- --unsafe
25+
- id: destroyed-symlinks
26+
- id: detect-private-key
27+
- id: end-of-file-fixer
28+
- id: fix-byte-order-marker
29+
- id: mixed-line-ending
30+
- id: trailing-whitespace
31+
- repo: https://github.com/python-jsonschema/check-jsonschema
32+
rev: 0.28.0
33+
hooks:
34+
- id: check-dependabot
35+
- id: check-github-workflows
36+
- repo: https://github.com/sirosen/texthooks
37+
rev: 0.6.4
38+
hooks:
39+
- id: fix-ligatures
40+
- id: fix-spaces
41+
- id: forbid-bidi-controls
42+
- repo: https://github.com/streetsidesoftware/cspell-cli
43+
rev: v8.4.0
44+
hooks:
45+
- id: cspell

0 commit comments

Comments
 (0)