Browse Source

🔨 Standardize shebang across shell scripts (#11942)

pull/12021/merge
gitworkflows 8 months ago
committed by GitHub
parent
commit
4a7f6e0ae6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      scripts/format.sh

2
scripts/format.sh

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

Loading…
Cancel
Save