This repository was archived by the owner on Mar 15, 2024. It is now read-only.
Commit f5632fc 1 parent b845965 commit f5632fc Copy full SHA for f5632fc
File tree 1 file changed +42
-1
lines changed
1 file changed +42
-1
lines changed Original file line number Diff line number Diff line change 1
1
ci :
2
2
autofix_commit_msg : " ci(pre-commit): auto fixes from pre-commit hooks"
3
3
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
You can’t perform that action at this time.
0 commit comments