Skip to content

Commit ca6267f

Browse files
committed
🔨 Update script to standardize format
1 parent ad5b10f commit ca6267f

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)