Skip to content

Commit 5053727

Browse files
committed
Switch to a newer prettier fork
1 parent d5fdaae commit 5053727

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ repos:
3030
- id: mypy
3131
additional_dependencies: [types-PyYAML, types-setuptools]
3232

33-
- repo: https://github.com/pre-commit/mirrors-prettier
34-
rev: v4.0.0-alpha.8
33+
- repo: https://github.com/rbubley/mirrors-prettier
34+
rev: v3.6.2
3535
hooks:
3636
- id: prettier
3737

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ Training Extensions embed all the metadata required for inference into model fil
5353
```
5454

5555
- Build library:
56-
5756
- Create `build` folder and navigate into it:
5857

5958
```bash

0 commit comments

Comments
 (0)