⬆ [pre-commit.ci] pre-commit autoupdate (#5709)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
pre-commit-ci[bot]
2023-03-10 19:49:18 +01:00
committed by GitHub
parent 253d58bc5c
commit f04b61bd16
11 changed files with 13 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ async def read_items(
*,
item_id: int = Path(title="The ID of the item to get", ge=0, le=1000),
q: str,
size: float = Query(gt=0, lt=10.5)
size: float = Query(gt=0, lt=10.5),
):
results = {"item_id": item_id}
if q: