From 032ed4f11c7f4d9f41b297f1dd42c71252821f28 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 31 Oct 2025 12:29:56 -0400 Subject: [PATCH] Closes #20715: Remove OpenAPI schema check from pre-commit (#20716) --- .pre-commit-config.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 875dca523..12f2c8172 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,14 +21,6 @@ repos: language: system pass_filenames: false types: [python] - - id: openapi-check - name: "Validate OpenAPI schema" - description: "Check for any unexpected changes to the OpenAPI schema" - files: api/.*\.py$ - entry: scripts/verify-openapi.sh - language: system - pass_filenames: false - types: [python] - id: mkdocs-build name: "Build documentation" description: "Build the documentation with mkdocs"