Skip to content

Commit b5aa3b5

Browse files
authored
Remove ignore sections in md files (#324)
* Remove ignore sections in md files * Switch to a newer prettier fork
1 parent 427cc54 commit b5aa3b5

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,11 @@ Training Extensions embed all the metadata required for inference into model fil
5454

5555
- Build library:
5656
- Create `build` folder and navigate into it:
57-
<!-- prettier-ignore-start -->
5857

5958
```bash
6059
mkdir build && cd build
6160
```
6261

63-
<!-- prettier-ignore-end -->
6462
- Run cmake:
6563

6664
```bash

examples/cpp/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,17 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for synchro
1717

1818
- Build example:
1919
- Create `build` folder and navigate into it:
20-
<!-- prettier-ignore-start -->
2120

2221
```bash
2322
mkdir build && cd build
2423
```
2524

26-
<!-- prettier-ignore-end -->
27-
2825
- Run cmake:
29-
<!-- prettier-ignore-start -->
3026

3127
```bash
3228
cmake ../
3329
```
3430

35-
<!-- prettier-ignore-end -->
36-
3731
- Build:
3832

3933
```bash

0 commit comments

Comments
 (0)