Skip to content

Commit 9951eb4

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

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
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

examples/cpp/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for synchro
1616
```
1717

1818
- Build example:
19-
2019
- Create `build` folder and navigate into it:
2120

2221
```bash

0 commit comments

Comments
 (0)