🔨 Update script to standardize format (#1130)

This commit is contained in:
Sebastián Ramírez 2024-10-07 23:00:30 +02:00 committed by GitHub
parent ad5b10f4e0
commit 772b1a6fa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,6 @@
#!/bin/sh -e
#!/usr/bin/env bash
set -e
set -x
ruff check sqlmodel tests docs_src scripts --fix