We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca4342 commit 032ed4fCopy full SHA for 032ed4f
.pre-commit-config.yaml
@@ -21,14 +21,6 @@ repos:
21
language: system
22
pass_filenames: false
23
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]
32
- id: mkdocs-build
33
name: "Build documentation"
34
description: "Build the documentation with mkdocs"
0 commit comments