Rom89823974978 commited on
Commit
3c2c8b5
·
1 Parent(s): 7b07d73

Updated pre-commit config file

Browse files
Files changed (1) hide show
  1. .pre-commit-config.yaml +1 -2
.pre-commit-config.yaml CHANGED
@@ -13,8 +13,7 @@ repos:
13
 
14
  # ---- fix starts here ----
15
  - repo: https://github.com/pre-commit/mirrors-prettier
16
- # use latest mirrored tag that exists (or a commit hash)
17
- rev: v3.2.4 # ✅ tag present in the mirror
18
  hooks:
19
  - id: prettier
20
  additional_dependencies: [prettier-plugin-json-sort]
 
13
 
14
  # ---- fix starts here ----
15
  - repo: https://github.com/pre-commit/mirrors-prettier
16
+ rev: v4.0.0-alpha.8
 
17
  hooks:
18
  - id: prettier
19
  additional_dependencies: [prettier-plugin-json-sort]