From b5ab9719aa5e043d1c9492e8841c90f1ca625386 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Mon, 23 Jun 2025 18:55:56 -0500 Subject: [PATCH] Remove `hooks.yaml`, which is unused by pre-commit --- hooks.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 hooks.yaml diff --git a/hooks.yaml b/hooks.yaml deleted file mode 100644 index 5e7ce0e..0000000 --- a/hooks.yaml +++ /dev/null @@ -1,6 +0,0 @@ -- id: openapi-spec-validator - name: openapi-spec-validator - entry: openapi-spec-validator - description: Hook to validate Open API specs. - language: python - files: .*openapi.*\.(json|yaml|yml) \ No newline at end of file