We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad5b10f commit 772b1a6Copy full SHA for 772b1a6
scripts/format.sh
@@ -1,4 +1,6 @@
1
-#!/bin/sh -e
+#!/usr/bin/env bash
2
+
3
+set -e
4
set -x
5
6
ruff check sqlmodel tests docs_src scripts --fix
0 commit comments