Ver Fonte

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

Jeremy Stretch há 3 meses atrás
pai
commit
032ed4f11c
1 ficheiros alterados com 0 adições e 8 exclusões
  1. 0 8
      .pre-commit-config.yaml

+ 0 - 8
.pre-commit-config.yaml

@@ -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"