From: Sebastián Ramírez Date: Mon, 7 Oct 2024 21:00:30 +0000 (+0200) Subject: 🔨 Update script to standardize format (#1130) X-Git-Tag: 0.0.23~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=772b1a6fa1561741e889b7126db70acc5dcd17a7;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔨 Update script to standardize format (#1130) --- diff --git a/scripts/format.sh b/scripts/format.sh index 84143815..cd79892e 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