File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,14 @@ repos:
15
15
- repo : https://github.com/pre-commit/pre-commit-hooks
16
16
rev : v5.0.0
17
17
hooks :
18
+ - id : trailing-whitespace
19
+ exclude : .importlinter
18
20
- id : check-json
19
21
- id : check-added-large-files
20
22
- id : check-yaml
23
+ - id : check-toml
24
+ - id : end-of-file-fixer
25
+ exclude : .importlinter
21
26
22
27
- repo : https://github.com/Woile/commitizen
23
28
rev : v4.1.0
26
31
# don't forget to run pre-commit install --hook-type commit-msg for this hook to run
27
32
stages : [commit-msg]
28
33
29
- - repo : https://github.com/pre-commit /mirrors-prettier # to format JSON, YAML and markdown files among others
30
- rev : v4.0.0-alpha.8
34
+ - repo : https://github.com/rbubley /mirrors-prettier
35
+ rev : v3.6.0
31
36
hooks :
32
37
- id : prettier
33
38
You can’t perform that action at this time.
0 commit comments