From 772b1a6fa1561741e889b7126db70acc5dcd17a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 7 Oct 2024 23:00:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Update=20script=20to=20standardi?= =?UTF-8?q?ze=20format=20(#1130)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/format.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/format.sh b/scripts/format.sh index 8414381..cd79892 100755 --- a/scripts/format.sh +++ b/scripts/format.sh @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/usr/bin/env bash + +set -e set -x ruff check sqlmodel tests docs_src scripts --fix