Skip to content

Commit 032ed4f

Browse files
Closes #20715: Remove OpenAPI schema check from pre-commit (#20716)
1 parent 7ca4342 commit 032ed4f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ repos:
2121
language: system
2222
pass_filenames: false
2323
types: [python]
24-
- id: openapi-check
25-
name: "Validate OpenAPI schema"
26-
description: "Check for any unexpected changes to the OpenAPI schema"
27-
files: api/.*\.py$
28-
entry: scripts/verify-openapi.sh
29-
language: system
30-
pass_filenames: false
31-
types: [python]
3224
- id: mkdocs-build
3325
name: "Build documentation"
3426
description: "Build the documentation with mkdocs"

0 commit comments

Comments
 (0)