diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 63f95eaf..ca1cbce0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,8 +30,8 @@ repos: - id: mypy additional_dependencies: [types-PyYAML, types-setuptools] - - repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 + - repo: https://github.com/rbubley/mirrors-prettier + rev: v3.6.2 hooks: - id: prettier diff --git a/README.md b/README.md index 3d33d80f..fb997934 100644 --- a/README.md +++ b/README.md @@ -54,13 +54,11 @@ Training Extensions embed all the metadata required for inference into model fil - Build library: - Create `build` folder and navigate into it: - ```bash mkdir build && cd build ``` - - Run cmake: ```bash diff --git a/examples/cpp/README.md b/examples/cpp/README.md index 8b5b196a..5ca4c80e 100644 --- a/examples/cpp/README.md +++ b/examples/cpp/README.md @@ -17,23 +17,17 @@ This example demonstrates how to use a C++ API of OpenVINO Model API for synchro - Build example: - Create `build` folder and navigate into it: - ```bash mkdir build && cd build ``` - - - Run cmake: - ```bash cmake ../ ``` - - - Build: ```bash