From df5085765d3b7a36271e2f3efd35762349682308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 19 Dec 2025 13:34:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=BB=20Add=20empty=20lines=20for=20prek?= =?UTF-8?q?=20to=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/format.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/format.sh b/scripts/format.sh index bf70f42e5..177250223 100755 --- a/scripts/format.sh +++ b/scripts/format.sh @@ -3,3 +3,6 @@ set -x ruff check fastapi tests docs_src scripts --fix ruff format fastapi tests docs_src scripts + + +