Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit d027a58

Browse files
authored
fix(pyproject): Make inclusion of additional cfn schemas more permissive (#13586)
1 parent a9a6799 commit d027a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ exclude = ["tests*"]
176176
"localstack" = [
177177
"aws/**/*.json",
178178
"services/**/*.html",
179-
"services/**/resource_providers/*.schema.json",
179+
"services/**/resource_providers/**/*.schema.json",
180180
"utils/kinesis/java/cloud/localstack/*.*",
181181
"openapi.yaml",
182182
"http/resources/swagger/templates/index.html"

0 commit comments

Comments
 (0)