From 99edb64008210199f358bdbcf04fee020b2ef7eb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 06:44:48 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.ci hooks --- tests/fixtures/schema-boolean.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/fixtures/schema-boolean.yaml b/tests/fixtures/schema-boolean.yaml index 5538fcb8..a399b095 100644 --- a/tests/fixtures/schema-boolean.yaml +++ b/tests/fixtures/schema-boolean.yaml @@ -55,12 +55,12 @@ components: PrefixitemsWithNoAdditionalItemsAllowed: $schema: https://json-schema.org/draft/2020-12/schema prefixItems: - - {} - - {} - - {} + - {} + - {} + - {} items: false PrefixitemsWithBooleanSchemas: $schema: https://json-schema.org/draft/2020-12/schema prefixItems: - - true - - false + - true + - false