Skip to content

Commit 772b1a6

Browse files
authored
🔨 Update script to standardize format (#1130)
1 parent ad5b10f commit 772b1a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/format.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
#!/bin/sh -e
1+
#!/usr/bin/env bash
2+
3+
set -e
24
set -x
35

46
ruff check sqlmodel tests docs_src scripts --fix

0 commit comments

Comments
 (0)