File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- repos :
2- - repo : https://github.com/tekwizely/pre-commit-golang
3- rev : master
4- hooks :
5- - id : go-fumpt
6- - id : go-mod-tidy
7- - id : go-lint
8- - id : go-imports
9- - repo : https://github.com/pre-commit/pre-commit-hooks
10- rev : v2.3 .0
11- hooks :
12- - id : check-yaml
13- - id : end-of-file-fixer
14- - id : trailing-whitespace
15-
16- - repo : https://github.com/pre-commit/mirrors-prettier
17- rev : main
18- hooks :
19- - id : prettier
1+ repos :
2+ - repo : https://github.com/tekwizely/pre-commit-golang
3+ rev : v1.0.0-rc.1
4+ hooks :
5+ - id : go-fumpt
6+ - id : go-mod-tidy
7+ - id : go-lint
8+ - id : go-imports
9+ - repo : https://github.com/pre-commit/pre-commit-hooks
10+ rev : v4.4 .0
11+ hooks :
12+ - id : check-yaml
13+ - id : end-of-file-fixer
14+ - id : trailing-whitespace
15+
16+ - repo : https://github.com/pre-commit/mirrors-prettier
17+ rev : v3.0.0-alpha.4
18+ hooks :
19+ - id : prettier
Original file line number Diff line number Diff line change 5757 <div class =" d-flex" >
5858 <h2 class =" text-h4 font-weight-bold mt-4" >
5959 {{
60- $store.getters.getBillingUsage.received_messages
61- | decimal
60+ $store.getters.getBillingUsage.received_messages |
61+ decimal
6262 }}
6363 </h2 >
6464 </div >
You can’t perform that action at this time.
0 commit comments