Closes #20715: Remove OpenAPI schema check from pre-commit (#20716)

This commit is contained in:
Jeremy Stretch
2025-10-31 12:29:56 -04:00
committed by GitHub
parent 7ca4342c15
commit 032ed4f11c

View File

@@ -21,14 +21,6 @@ repos:
language: system language: system
pass_filenames: false pass_filenames: false
types: [python] 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 - id: mkdocs-build
name: "Build documentation" name: "Build documentation"
description: "Build the documentation with mkdocs" description: "Build the documentation with mkdocs"