Remove operators API

The operators API generated by the script is no longer used
and could be removed from the project.

Signed-off-by: Dmitrii Agibov <dmitrii.agibov@arm.com>
Change-Id: Ia611b069463b3aded7d6546987c2323674184673
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2c72a26..67e60da 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,4 +1,4 @@
-# Copyright (c) 2021-2023 Arm Limited.
+# Copyright (c) 2021-2024 Arm Limited.
 # SPDX-License-Identifier: Apache-2.0
 
 # See https://pre-commit.com for more information
@@ -38,12 +38,3 @@
         entry: clang-format
         types: ["c++"]
         args: ["-i"]
-
--   repo: local
-    hooks:
-    -   id: check-operator-api
-        name: check-operator-api
-        language: system
-        entry: python3 scripts/operator_api/generate_api.py
-        pass_filenames: false
-        always_run: true