mirror of https://github.com/tiangolo/fastapi.git
🔨 Standardize shebang across shell scripts (#11942)
This commit is contained in:
parent
263e46e540
commit
4a7f6e0ae6
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -e
|
||||
#!/usr/bin/env bash
|
||||
set -x
|
||||
|
||||
ruff check fastapi tests docs_src scripts --fix
|
||||
|
|
|
|||
Loading…
Reference in New Issue