🎨 Auto format

This commit is contained in:
github-actions[bot]
2026-02-20 21:31:50 +00:00
parent 3d090dc9f5
commit 2e41f9d8a7

View File

@@ -251,7 +251,7 @@ def Field(
gt: annotated_types.SupportsGt | None = None,
ge: annotated_types.SupportsGe | None = None,
lt: annotated_types.SupportsLt | None = None,
le: annotated_types.SupportsLe | None= None,
le: annotated_types.SupportsLe | None = None,
multiple_of: float | None = None,
max_digits: int | None = None,
decimal_places: int | None = None,
@@ -294,7 +294,7 @@ def Field(
gt: annotated_types.SupportsGt | None = None,
ge: annotated_types.SupportsGe | None = None,
lt: annotated_types.SupportsLt | None = None,
le: annotated_types.SupportsLe | None= None,
le: annotated_types.SupportsLe | None = None,
multiple_of: float | None = None,
max_digits: int | None = None,
decimal_places: int | None = None,
@@ -346,7 +346,7 @@ def Field(
gt: annotated_types.SupportsGt | None = None,
ge: annotated_types.SupportsGe | None = None,
lt: annotated_types.SupportsLt | None = None,
le: annotated_types.SupportsLe | None= None,
le: annotated_types.SupportsLe | None = None,
multiple_of: float | None = None,
max_digits: int | None = None,
decimal_places: int | None = None,
@@ -379,7 +379,7 @@ def Field(
gt: annotated_types.SupportsGt | None = None,
ge: annotated_types.SupportsGe | None = None,
lt: annotated_types.SupportsLt | None = None,
le: annotated_types.SupportsLe | None= None,
le: annotated_types.SupportsLe | None = None,
multiple_of: float | None = None,
max_digits: int | None = None,
decimal_places: int | None = None,