mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-05 07:34:12 -04:00
🔨 Standardize shebang across shell scripts (#11942)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh -e
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
|
||||
ruff check fastapi tests docs_src scripts --fix
|
||||
|
||||
Reference in New Issue
Block a user