]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
🔨 Update script to standardize format (#1130)
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 7 Oct 2024 21:00:30 +0000 (23:00 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 21:00:30 +0000 (23:00 +0200)
scripts/format.sh

index 841438158317a150f4f3aa1adf7cbb6629d54deb..cd79892efe86904d96a793fad02d7e570d5f9a22 100755 (executable)
@@ -1,4 +1,6 @@
-#!/bin/sh -e
+#!/usr/bin/env bash
+
+set -e
 set -x
 
 ruff check sqlmodel tests docs_src scripts --fix